Corrected the mongoid git repo.

This commit is contained in:
Fred Wu 2010-08-25 23:00:23 +08:00 committed by José Valim
parent 5701542adc
commit c6002bb9bd
1 changed files with 1 additions and 1 deletions

View File

@ -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