1
0
Fork 0
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:
Lucas Mazza 2014-01-03 11:23:01 -02:00
parent 517bde86d2
commit 0cb74efd79

View file

@ -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