From 19055a82790f4eea304c1d7b642bd9ac0429dee5 Mon Sep 17 00:00:00 2001 From: Alessandro Lepore Date: Tue, 23 May 2017 16:46:36 +0100 Subject: [PATCH] Workaround bundle problem on < v1.3 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 4620c3c6..c1208ab9 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,8 @@ if branch == 'master' || branch >= "v2.0" gem "rails-controller-testing", group: :test end +gem "rails", "4.2.4" if ["v1.1", "v1.2"].include? branch + gem 'pg' gem 'sqlite3' gem 'mysql2'