Skip to content

Commit

Permalink
Merge branch 'mongo_dependency_bump' of http://github.com/coderifous/…
Browse files Browse the repository at this point in the history
…mongoid into coderifous-mongo_dependency_bump
  • Loading branch information
Jacques Crocker committed Sep 27, 2010
2 parents 1304046 + a54128b commit 7d7e8fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mongoid.gemspec
Expand Up @@ -20,10 +20,10 @@ Gem::Specification.new do |s|
s.add_dependency("activemodel", ["~> 3.0"])
s.add_dependency("tzinfo", ["~> 0.3.22"])
s.add_dependency("will_paginate", ["~>3.0.pre"])
s.add_dependency("mongo", ["= 1.0.8"])
s.add_dependency("bson", ["= 1.0.7"])
s.add_dependency("mongo", ["= 1.0.9"])
s.add_dependency("bson", ["= 1.0.9"])

s.add_development_dependency("bson_ext", ["= 1.0.7"])
s.add_development_dependency("bson_ext", ["= 1.0.9"])
s.add_development_dependency("mocha", ["= 0.9.8"])
s.add_development_dependency("rspec", ["= 2.0.0.beta.22"])
s.add_development_dependency("watchr", ["= 0.6"])
Expand Down

0 comments on commit 7d7e8fe

Please sign in to comment.