Skip to content

Commit

Permalink
Updating to mongo 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 20, 2009
1 parent 7e81282 commit b8e1448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -15,8 +15,8 @@ begin
gem.add_dependency("durran-validatable", "1.8.2")
gem.add_dependency("leshill-will_paginate", "2.3.11")
gem.add_dependency("activesupport", "2.3.4")
gem.add_dependency("mongo", "0.17")
gem.add_dependency("mongo_ext", "0.17")
gem.add_dependency("mongo", "0.17.1")
gem.add_dependency("mongo_ext", "0.17.1")
end
Jeweler::GemcutterTasks.new
rescue LoadError
Expand Down
4 changes: 2 additions & 2 deletions lib/mongoid.rb
Expand Up @@ -21,8 +21,8 @@
require "rubygems"

gem "activesupport", "2.3.4"
gem "mongo", "0.17"
gem "mongo_ext", "0.17"
gem "mongo", "0.17.1"
gem "mongo_ext", "0.17.1"
gem "durran-validatable", "1.8.2"
gem "leshill-will_paginate", "2.3.11"

Expand Down

0 comments on commit b8e1448

Please sign in to comment.