diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -58,8 +58,8 @@ gem "mini_magick" # Pagination https://github.com/mislav/will_paginate/wiki/Installation gem 'will_paginate' -# DelayedJob -gem 'delayed_job' +# DelayedJob https://github.com/collectiveidea/delayed_job +gem 'daemons' gem 'delayed_job_active_record' # Private Pub http://railscasts.com/episodes/316-private-pub diff --git a/Gemfile.lock b/Gemfile.lock index 33e77ff..6bb234f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,8 +210,8 @@ DEPENDENCIES carrierwave coffee-rails (~> 3.2.1) compass-rails + daemons dalli - delayed_job delayed_job_active_record factory_girl factory_girl_rails |