Bump mysql2
This commit is contained in:
parent
6d9cfa961f
commit
4074660a86
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -62,7 +62,7 @@ gem "sprockets", "2.12.4"
|
|||
# Database
|
||||
|
||||
group :mysql, optional: true do
|
||||
gem "mysql2", "0.4.5"
|
||||
gem "mysql2", "0.4.8"
|
||||
end
|
||||
group :postgresql, optional: true do
|
||||
gem "pg", "0.19.0"
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ GEM
|
|||
multi_test (0.1.2)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.0.0)
|
||||
mysql2 (0.4.5)
|
||||
mysql2 (0.4.8)
|
||||
naught (1.1.0)
|
||||
nenv (0.3.0)
|
||||
nio4r (2.0.0)
|
||||
|
|
@ -813,7 +813,7 @@ DEPENDENCIES
|
|||
mini_magick (= 4.6.1)
|
||||
minitest
|
||||
mobile-fu (= 1.3.1)
|
||||
mysql2 (= 0.4.5)
|
||||
mysql2 (= 0.4.8)
|
||||
nokogiri (= 1.7.2)
|
||||
omniauth (= 1.4.2)
|
||||
omniauth-facebook (= 4.0.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue