Skip to content

Commit

Permalink
Update delayed_job dependency to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 2, 2012
1 parent 5df4a2b commit ad118be
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gem 'rails', '~> 3.0.10'

gem 'airbrake'
gem 'clearance'
gem 'daemons'
gem 'excon'
gem 'fog'
gem 'gchartrb', :require => 'google_chart'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,13 @@ GEM
capybara (>= 1.1.2)
cucumber (>= 1.1.3)
nokogiri (>= 1.5.0)
daemons (1.0.10)
daemons (1.1.5)
database_cleaner (0.7.0)
delayed_job (3.0.0.pre4)
delayed_job (3.0.0)
activesupport (~> 3.0)
daemons (= 1.0.10)
delayed_job_active_record (0.2.1)
delayed_job_active_record (0.3.1)
activerecord (> 2.1.0)
delayed_job (~> 3.0.0.pre)
delayed_job (~> 3.0.0)
diesel (0.1.5)
railties
diff-lcs (1.1.3)
Expand Down Expand Up @@ -228,6 +227,7 @@ DEPENDENCIES
capybara
clearance
cucumber-rails
daemons
database_cleaner
delayed_job (~> 3.0.0.pre)
delayed_job_active_record
Expand Down
Binary file removed vendor/cache/daemons-1.0.10.gem
Binary file not shown.
Binary file added vendor/cache/daemons-1.1.5.gem
Binary file not shown.
Binary file added vendor/cache/delayed_job-3.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/delayed_job-3.0.0.pre4.gem
Binary file not shown.
Binary file removed vendor/cache/delayed_job_active_record-0.2.1.gem
Binary file not shown.
Binary file not shown.

0 comments on commit ad118be

Please sign in to comment.