From 0cb74efd79df996aa161ebf58b36b02a9f935252 Mon Sep 17 00:00:00 2001 From: Lucas Mazza Date: Fri, 3 Jan 2014 11:23:01 -0200 Subject: [PATCH] Remove platform constraint from Gemfile since we do not support 1.8 anymore. --- Gemfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6a9be457..ef8624c2 100644 --- a/Gemfile +++ b/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