Bump mysql2
This commit is contained in:
parent
e6375505bc
commit
ad725c5649
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -66,7 +66,7 @@ gem "sprockets-rails", "3.2.1"
|
|||
# Database
|
||||
|
||||
group :mysql, optional: true do
|
||||
gem "mysql2", "0.5.0"
|
||||
gem "mysql2", "0.5.2"
|
||||
end
|
||||
group :postgresql, optional: true do
|
||||
gem "pg", "1.0.0"
|
||||
|
|
|
|||
|
|
@ -392,7 +392,7 @@ GEM
|
|||
multi_test (0.1.2)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.0.0)
|
||||
mysql2 (0.5.0)
|
||||
mysql2 (0.5.2)
|
||||
naught (1.1.0)
|
||||
nenv (0.3.0)
|
||||
nio4r (2.3.0)
|
||||
|
|
@ -819,7 +819,7 @@ DEPENDENCIES
|
|||
mini_magick (= 4.8.0)
|
||||
minitest
|
||||
mobile-fu (= 1.4.0)
|
||||
mysql2 (= 0.5.0)
|
||||
mysql2 (= 0.5.2)
|
||||
nokogiri (= 1.8.5)
|
||||
omniauth (= 1.8.1)
|
||||
omniauth-tumblr (= 1.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue