Skip to content

Commit

Permalink
updated mongoid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christospappas committed Mar 29, 2011
1 parent d9ea8da commit 9a1f74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem "mongoid", "2.0.0.rc.7"
gem "mongoid", "~> 2.0.0.rc"
gem "bson_ext", "~> 1.2"
gem "will_paginate", "~> 3.0.pre2"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -43,7 +43,7 @@ DEPENDENCIES
bson_ext (~> 1.2)
bundler (~> 1.0.0)
jeweler (~> 1.5.2)
mongoid (= 2.0.0.rc.7)
mongoid (~> 2.0.0.rc)
rcov
rspec (~> 2.3.0)
will_paginate (~> 3.0.pre2)

0 comments on commit 9a1f74f

Please sign in to comment.