Bump mysql2 ActiveRecord issues seem to be gone.

This commit is contained in:
Dennis Schubert 2016-02-09 17:26:03 +01:00 committed by Steffen van Bergerem
parent 3bfab029d5
commit 9cf2a9be49

View file

@ -62,7 +62,7 @@ gem "autoprefixer-rails", "6.3.1"
ENV["DB"] ||= "mysql" 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 "pg", "0.18.4" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
gem "activerecord-import", "0.11.0" gem "activerecord-import", "0.11.0"