Bump mysql2 ActiveRecord issues seem to be gone.
This commit is contained in:
parent
3bfab029d5
commit
9cf2a9be49
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -62,7 +62,7 @@ gem "autoprefixer-rails", "6.3.1"
|
|||
|
||||
ENV["DB"] ||= "mysql"
|
||||
|
||||
gem "mysql2", "0.3.20" if ENV["DB"] == "all" || ENV["DB"] == "mysql"
|
||||
gem "mysql2", "0.4.2" if ENV["DB"] == "all" || ENV["DB"] == "mysql"
|
||||
gem "pg", "0.18.4" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
|
||||
|
||||
gem "activerecord-import", "0.11.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue