Skip to content

Commit

Permalink
Workaround bundle problem on < v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alepore committed May 23, 2017
1 parent 3e3ae0d commit 19055a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 19055a8

Please sign in to comment.