Skip to content

Commit

Permalink
Lock mysql2 version to 0.4.x
Browse files Browse the repository at this point in the history
Rails is not ready for version 0.5, see brianmario/mysql2#950 (comment)
  • Loading branch information
alepore committed Mar 23, 2018
1 parent c234357 commit 750eb90
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 @@ -16,7 +16,7 @@ gem 'chromedriver-helper' if ENV['CI']

gem 'pg', '~> 0.21'
gem 'sqlite3'
gem 'mysql2'
gem 'mysql2', '~> 0.4.10'

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

0 comments on commit 750eb90

Please sign in to comment.