From c6002bb9bd2191f346738de1df78d5e208821c72 Mon Sep 17 00:00:00 2001 From: Fred Wu Date: Wed, 25 Aug 2010 23:00:23 +0800 Subject: [PATCH] Corrected the mongoid git repo. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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