1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

just use regular 4.x mongoid gem

This commit is contained in:
Vincent Woo 2015-06-30 16:02:06 -07:00
parent 181920886e
commit b23f5223dd

View file

@ -25,5 +25,5 @@ platforms :ruby do
end
group :mongoid do
gem "mongoid", github: "mongoid/mongoid", branch: "master"
gem "mongoid", "~> 4.0"
end