Skip to content

Commit

Permalink
Update mongo version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 11, 2010
1 parent 9f959c8 commit d2fd064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plucky.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.files = Dir.glob("{bin,lib}/**/*") + %w[LICENSE README.rdoc]

s.add_dependency 'mongo', '~> 1.0.1'
s.add_dependency 'mongo', '~> 1.0.7'
s.add_development_dependency 'shoulda', '~> 2.10.2'
s.add_development_dependency 'jnunemaker-matchy', '~> 0.4.0'
s.add_development_dependency 'mocha', '~> 0.9.8'
Expand Down

0 comments on commit d2fd064

Please sign in to comment.