Skip to content

Commit

Permalink
Losen mysql2 gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Sep 3, 2018
1 parent 21d9c73 commit 9d665f0
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 @@ -28,7 +28,7 @@ end
if !ENV['TRAVIS'] || ENV['DB'] == 'mysql'
group :mysql do
gem 'activerecord-jdbcmysql-adapter', '>= 1.3.0.rc1', platform: :jruby
gem 'mysql2', '~> 0.4.10', :platform => :ruby
gem 'mysql2', '~> 0.4', :platform => :ruby
end
end

Expand Down

0 comments on commit 9d665f0

Please sign in to comment.