bump mysql2

This commit is contained in:
Jonne Haß 2015-09-07 10:48:24 +02:00 committed by Dennis Schubert
parent d9f9855e15
commit a6eb8521c3
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ gem "autoprefixer-rails", "6.0.3"
ENV["DB"] ||= "mysql" ENV["DB"] ||= "mysql"
gem "mysql2", "0.3.18" if ENV["DB"] == "all" || ENV["DB"] == "mysql" gem "mysql2", "0.3.20" if ENV["DB"] == "all" || ENV["DB"] == "mysql"
gem "pg", "0.18.2" if ENV["DB"] == "all" || ENV["DB"] == "postgres" gem "pg", "0.18.2" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
gem "activerecord-import", "0.10.0" gem "activerecord-import", "0.10.0"

View file

@ -437,7 +437,7 @@ GEM
multi_test (0.1.2) multi_test (0.1.2)
multi_xml (0.5.5) multi_xml (0.5.5)
multipart-post (2.0.0) multipart-post (2.0.0)
mysql2 (0.3.18) mysql2 (0.3.20)
naught (1.0.0) naught (1.0.0)
nenv (0.2.0) nenv (0.2.0)
nested_form (0.3.2) nested_form (0.3.2)
@ -806,7 +806,7 @@ DEPENDENCIES
mini_magick (= 4.3.3) mini_magick (= 4.3.3)
minitest minitest
mobile-fu (= 1.3.1) mobile-fu (= 1.3.1)
mysql2 (= 0.3.18) mysql2 (= 0.3.20)
nokogiri (= 1.6.6.2) nokogiri (= 1.6.6.2)
omniauth (= 1.2.2) omniauth (= 1.2.2)
omniauth-facebook (= 2.0.1) omniauth-facebook (= 2.0.1)