Bump mysql2
This commit is contained in:
parent
ca40ca202a
commit
a5a0b28d39
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -69,7 +69,7 @@ gem "sprockets-rails", "3.4.2"
|
||||||
# Database
|
# Database
|
||||||
|
|
||||||
group :mysql, optional: true do
|
group :mysql, optional: true do
|
||||||
gem "mysql2", "0.5.3"
|
gem "mysql2", "0.5.4"
|
||||||
end
|
end
|
||||||
group :postgresql, optional: true do
|
group :postgresql, optional: true do
|
||||||
gem "pg", "1.2.3"
|
gem "pg", "1.2.3"
|
||||||
|
|
|
||||||
|
|
@ -416,7 +416,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.1.1)
|
multipart-post (2.1.1)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.4)
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.12.5)
|
nokogiri (1.12.5)
|
||||||
|
|
@ -848,7 +848,7 @@ DEPENDENCIES
|
||||||
mini_magick (= 4.11.0)
|
mini_magick (= 4.11.0)
|
||||||
minitest
|
minitest
|
||||||
mobile-fu (= 1.4.0)
|
mobile-fu (= 1.4.0)
|
||||||
mysql2 (= 0.5.3)
|
mysql2 (= 0.5.4)
|
||||||
nokogiri (= 1.12.5)
|
nokogiri (= 1.12.5)
|
||||||
omniauth (= 2.0.4)
|
omniauth (= 2.0.4)
|
||||||
omniauth-rails_csrf_protection (= 1.0.0)
|
omniauth-rails_csrf_protection (= 1.0.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue