Bump mysql2

This commit is contained in:
Benjamin Neff 2018-04-07 23:12:49 +02:00
parent 54bdd32b86
commit 53b3e395e0
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ gem "sprockets-rails", "3.2.1"
# Database # Database
group :mysql, optional: true do group :mysql, optional: true do
gem "mysql2", "0.4.10" gem "mysql2", "0.5.0"
end end
group :postgresql, optional: true do group :postgresql, optional: true do
gem "pg", "0.21.0" gem "pg", "0.21.0"

View file

@ -387,7 +387,7 @@ GEM
multi_test (0.1.2) multi_test (0.1.2)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.0.0) multipart-post (2.0.0)
mysql2 (0.4.10) mysql2 (0.5.0)
naught (1.1.0) naught (1.1.0)
nenv (0.3.0) nenv (0.3.0)
nio4r (2.3.0) nio4r (2.3.0)
@ -822,7 +822,7 @@ DEPENDENCIES
mini_magick (= 4.8.0) mini_magick (= 4.8.0)
minitest minitest
mobile-fu (= 1.4.0) mobile-fu (= 1.4.0)
mysql2 (= 0.4.10) mysql2 (= 0.5.0)
nokogiri (= 1.8.2) nokogiri (= 1.8.2)
omniauth (= 1.6.1) omniauth (= 1.6.1)
omniauth-facebook (= 4.0.0) omniauth-facebook (= 4.0.0)