Skip to content

Commit 19055a8

Browse files
committed
Workaround bundle problem on < v1.3
1 parent 3e3ae0d commit 19055a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ if branch == 'master' || branch >= "v2.0"
1010
gem "rails-controller-testing", group: :test
1111
end
1212

13+
gem "rails", "4.2.4" if ["v1.1", "v1.2"].include? branch
14+
1315
gem 'pg'
1416
gem 'sqlite3'
1517
gem 'mysql2'

0 commit comments

Comments
 (0)