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 24, 2017
1 parent 3e3ae0d commit de3a7b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ if branch == 'master' || branch >= "v2.0"
gem "rails-controller-testing", group: :test
end

if ['v1.1', 'v1.2'].include? branch
gem 'rails', '4.2.4'
gem 'mysql2', '~> 0.3.18'
else
gem 'mysql2'
end

gem 'pg'
gem 'sqlite3'
gem 'mysql2'

group :development, :test do
gem "pry-rails"
Expand Down

0 comments on commit de3a7b1

Please sign in to comment.