mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Remove platform constraint from Gemfile since we do not support 1.8 anymore.
This commit is contained in:
parent
517bde86d2
commit
0cb74efd79
1 changed files with 2 additions and 4 deletions
6
Gemfile
6
Gemfile
|
@ -24,8 +24,6 @@ platforms :ruby do
|
|||
gem "sqlite3"
|
||||
end
|
||||
|
||||
platforms :mri_19, :mri_20 do
|
||||
group :mongoid do
|
||||
gem "mongoid", github: "mongoid/mongoid", branch: "master"
|
||||
end
|
||||
group :mongoid do
|
||||
gem "mongoid", github: "mongoid/mongoid", branch: "master"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue