diff --git a/Gemfile b/Gemfile index 9e53d75a..02fd7e98 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ platforms :ruby do end group :mongoid do gem "mongo" - gem "mongoid", :git => "git://github.com/durran/mongoid.git" + gem "mongoid", :git => "git://github.com/mongoid/mongoid.git" gem "bson_ext" end end