mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Gemfile fix for mongomapper
Points MongoMapper dependency to use a fork on MongoMapper that supports Rails3.
This commit is contained in:
parent
4a51394af5
commit
3f37ce03c8
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -14,5 +14,5 @@ end
|
||||||
group :mongo_mapper do
|
group :mongo_mapper do
|
||||||
gem "mongo", "0.18.3"
|
gem "mongo", "0.18.3"
|
||||||
gem "mongo_ext", "0.18.3", :require => false
|
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
|
end
|
Loading…
Reference in a new issue