Skip to content

Commit

Permalink
Update gem dependency for delayed_job.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgb committed Jan 13, 2012
1 parent 3ab0d7e commit 19b776b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delayed_job_data_mapper.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.test_files = Dir.glob('spec/**/*')

s.add_runtime_dependency 'delayed_job', '3.0.0.pre2'
s.add_runtime_dependency 'delayed_job', '~> 3.0'
s.add_runtime_dependency 'data_mapper'
s.add_runtime_dependency 'i18n'
s.add_runtime_dependency 'tzinfo'
Expand Down

0 comments on commit 19b776b

Please sign in to comment.