Skip to content

Commit

Permalink
Update for the mongoid release candiate.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffneyc committed Jan 12, 2011
1 parent a4ae3fc commit 5b1fd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delayed_job_mongoid.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 'mongoid', '~> 2.0.0.beta'
s.add_runtime_dependency 'mongoid', '~> 2.0.0.rc'
s.add_runtime_dependency 'delayed_job', '~> 2.1.1'
s.add_development_dependency 'rspec', '>= 2.0'
end
Expand Down

0 comments on commit 5b1fd4f

Please sign in to comment.