Gemfile fix for mongomapper

Points MongoMapper dependency to use a fork on MongoMapper that supports Rails3.
This commit is contained in:
Jacques Crocker 2010-02-19 20:01:07 +08:00 committed by José Valim
parent 4a51394af5
commit 3f37ce03c8
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ end
group :mongo_mapper do
gem "mongo", "0.18.3"
gem "mongo_ext", "0.18.3", :require => false
gem "mongo_mapper", "0.7.0"
gem "mongo_mapper", :git => "git://github.com/merbjedi/mongomapper.git", :branch => "rails3"
end