Browse Source

Add daemons gem

master
Adrian Short 11 years ago
parent
commit
fe0b445120
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      Gemfile
  2. +2
    -0
      Gemfile.lock

+ 1
- 0
Gemfile View File

@@ -36,6 +36,7 @@ gem 'will_paginate', '~> 3.0'
gem 'activerecord-postgresql-adapter' gem 'activerecord-postgresql-adapter'
gem 'pg' gem 'pg'
gem 'delayed_job_active_record' gem 'delayed_job_active_record'
gem 'daemons'


group :production do group :production do
gem 'unicorn' gem 'unicorn'


+ 2
- 0
Gemfile.lock View File

@@ -47,6 +47,7 @@ GEM
execjs execjs
coffee-script-source (1.4.0) coffee-script-source (1.4.0)
curb (0.7.18) curb (0.7.18)
daemons (1.1.9)
debug_inspector (0.0.2) debug_inspector (0.0.2)
delayed_job (3.0.5) delayed_job (3.0.5)
activesupport (~> 3.0) activesupport (~> 3.0)
@@ -176,6 +177,7 @@ DEPENDENCIES
better_errors better_errors
binding_of_caller binding_of_caller
coffee-rails (~> 3.2.1) coffee-rails (~> 3.2.1)
daemons
delayed_job_active_record delayed_job_active_record
feedzirra feedzirra
haml-rails haml-rails


Loading…
Cancel
Save