Skip to content

Commit

Permalink
Update delayed_job dependency to version 3.0.0.pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 30, 2011
1 parent fb81b85 commit e55be82
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -40,7 +40,7 @@ end

# These gems suck and do stupid things when in maintenance mode
group :development, :test, :staging, :production do
gem 'delayed_job', '3.0.0.pre'
gem 'delayed_job', '~> 3.0.0.pre'
gem 'delayed_job_active_record'
gem 'validates_url_format_of'
end
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -63,14 +63,14 @@ GEM
capybara (>= 1.1.1)
cucumber (>= 1.1.1)
nokogiri (>= 1.5.0)
daemons (1.1.4)
daemons (1.0.10)
database_cleaner (0.7.0)
delayed_job (3.0.0.pre)
delayed_job (3.0.0.pre4)
activesupport (~> 3.0)
daemons
delayed_job_active_record (0.2.0)
daemons (= 1.0.10)
delayed_job_active_record (0.2.1)
activerecord (> 2.1.0)
delayed_job (= 3.0.0.pre)
delayed_job (~> 3.0.0.pre)
diesel (0.1.5)
railties
diff-lcs (1.1.3)
Expand Down Expand Up @@ -225,7 +225,7 @@ DEPENDENCIES
clearance
cucumber-rails
database_cleaner
delayed_job (= 3.0.0.pre)
delayed_job (~> 3.0.0.pre)
delayed_job_active_record
factory_girl_rails
fog
Expand Down
Binary file added vendor/cache/daemons-1.0.10.gem
Binary file not shown.
Binary file removed vendor/cache/daemons-1.1.4.gem
Binary file not shown.
Binary file removed vendor/cache/delayed_job-3.0.0.pre.gem
Binary file not shown.
Binary file added vendor/cache/delayed_job-3.0.0.pre4.gem
Binary file not shown.
Binary file not shown.

0 comments on commit e55be82

Please sign in to comment.