Bump mysql2
This commit is contained in:
parent
7a3f6cec4e
commit
2d28ce3abf
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -63,7 +63,7 @@ gem "sprockets-rails", "3.2.0"
|
||||||
# Database
|
# Database
|
||||||
|
|
||||||
group :mysql, optional: true do
|
group :mysql, optional: true do
|
||||||
gem "mysql2", "0.4.8"
|
gem "mysql2", "0.4.9"
|
||||||
end
|
end
|
||||||
group :postgresql, optional: true do
|
group :postgresql, optional: true do
|
||||||
gem "pg", "0.21.0"
|
gem "pg", "0.21.0"
|
||||||
|
|
|
||||||
|
|
@ -382,7 +382,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.8)
|
mysql2 (0.4.9)
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
nio4r (2.1.0)
|
nio4r (2.1.0)
|
||||||
|
|
@ -818,7 +818,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.8)
|
mysql2 (= 0.4.9)
|
||||||
nokogiri (= 1.8.0)
|
nokogiri (= 1.8.0)
|
||||||
omniauth (= 1.6.1)
|
omniauth (= 1.6.1)
|
||||||
omniauth-facebook (= 4.0.0)
|
omniauth-facebook (= 4.0.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue