Skip to content

Commit

Permalink
Declare daemons dependency to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bryckbost committed Oct 14, 2011
1 parent 117a8ad commit eebddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delayed_job.gemspec
Expand Up @@ -17,7 +17,7 @@ This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job)
s.require_paths = ["lib"]
s.test_files = Dir.glob('spec/**/*')

s.add_runtime_dependency 'daemons'
s.add_runtime_dependency 'daemons', '1.0.10'
s.add_runtime_dependency 'activesupport', '~> 3.0'

s.add_development_dependency 'activerecord', '~> 3.0'
Expand Down

0 comments on commit eebddcb

Please sign in to comment.