Skip to content

Commit c07b874

Browse files
author
John Hawthorn
committed
Lock mysql2 to 0.4.x
1 parent 6d5cd0b commit c07b874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'chromedriver-helper' if ENV['CI']
1313

1414
gem 'pg', '~> 0.21'
1515
gem 'sqlite3'
16-
gem 'mysql2'
16+
gem 'mysql2', '~> 0.4.10'
1717

1818
group :development, :test do
1919
gem "pry-rails"

0 commit comments

Comments
 (0)