Skip to content

Commit

Permalink
Lock mysql2 version to '~> 0.3.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed May 6, 2018
1 parent 7a9d50b commit a62df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end
if !ENV['TRAVIS'] || ENV['DB'] == 'mysql'
gem 'activerecord-jdbcmysql-adapter', :platform => :jruby
gem 'jdbc-mysql', '= 5.1.13', :platform => :jruby
gem 'mysql2', :platform => :ruby
gem 'mysql2', '~> 0.3.18', :platform => :ruby
end

if !ENV['TRAVIS'] || ENV['DB'] == 'postgresql'
Expand Down

0 comments on commit a62df69

Please sign in to comment.