Skip to content

Commit

Permalink
update delayed_job / delayed_job_mongoid gems (issue locomotivecms#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Jan 7, 2012
1 parent c881750 commit dc24c1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ gem 'actionmailer-with-request', :require => 'actionmailer_with_request'
gem 'heroku', '1.19.1'
gem 'httparty', '0.7.8'
gem 'RedCloth', '4.2.8'
gem 'delayed_job', '3.0.0.pre4'
gem 'delayed_job_mongoid', '1.0.6'
gem 'delayed_job_mongoid', '1.0.8'
gem 'rubyzip'
gem 'locomotive_jammit-s3', :require => 'jammit-s3'
gem 'SystemTimer', :platforms => :ruby_18
Expand Down
11 changes: 4 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,11 @@ GEM
custom_fields (1.0.0.beta.25)
activesupport (~> 3.0.9)
mongoid (= 2.0.2)
daemons (1.0.10)
database_cleaner (0.6.7)
delayed_job (3.0.0.pre4)
delayed_job (3.0.0)
activesupport (~> 3.0)
daemons (= 1.0.10)
delayed_job_mongoid (1.0.6)
delayed_job (= 3.0.0.pre4)
delayed_job_mongoid (1.0.8)
delayed_job (~> 3.0.0)
mongoid (>= 2.0)
devise (1.3.4)
bcrypt-ruby (~> 2.1.2)
Expand Down Expand Up @@ -298,8 +296,7 @@ DEPENDENCIES
cucumber-rails
custom_fields (= 1.0.0.beta.25)
database_cleaner
delayed_job (= 3.0.0.pre4)
delayed_job_mongoid (= 1.0.6)
delayed_job_mongoid (= 1.0.8)
devise (= 1.3.4)
devise_bushido_authenticatable (= 1.0.0.alpha10)
dragonfly (~> 0.9.1)
Expand Down

0 comments on commit dc24c1b

Please sign in to comment.