We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b27499 commit c343732Copy full SHA for c343732
Appraisals
@@ -8,5 +8,6 @@ RAILS_VERSIONS = %w(
8
RAILS_VERSIONS.each do |version|
9
appraise "rails_#{version}" do
10
gem 'rails', version
11
+ gem 'mysql2', '~> 0.3.18' if version == '4.1.15'
12
end
13
gemfiles/rails_4.1.15.gemfile
@@ -3,6 +3,7 @@
3
source "https://rubygems.org"
4
5
gem "rails", "4.1.15"
6
+gem "mysql2", "~> 0.3.18"
7
group :test do
gem "codeclimate-test-reporter", "~> 1.0.0"
0 commit comments