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:
parent
181920886e
commit
b23f5223dd
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -25,5 +25,5 @@ platforms :ruby do
|
|||
end
|
||||
|
||||
group :mongoid do
|
||||
gem "mongoid", github: "mongoid/mongoid", branch: "master"
|
||||
gem "mongoid", "~> 4.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue