Bump mysql2
This commit is contained in:
parent
2c34f271d9
commit
47b7181061
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -73,7 +73,7 @@ gem "sprockets-rails", "3.4.2"
|
|||
# Database
|
||||
|
||||
group :mysql, optional: true do
|
||||
gem "mysql2", "0.5.5"
|
||||
gem "mysql2", "0.5.6"
|
||||
end
|
||||
group :postgresql, optional: true do
|
||||
gem "pg", "1.5.3"
|
||||
|
|
|
|||
|
|
@ -420,7 +420,7 @@ GEM
|
|||
multi_test (1.1.0)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.3.0)
|
||||
mysql2 (0.5.5)
|
||||
mysql2 (0.5.6)
|
||||
naught (1.1.0)
|
||||
net-imap (0.4.12)
|
||||
date
|
||||
|
|
@ -839,7 +839,7 @@ DEPENDENCIES
|
|||
mini_magick (= 4.12.0)
|
||||
minitest (= 5.18.1)
|
||||
mobile-fu (= 1.4.0)
|
||||
mysql2 (= 0.5.5)
|
||||
mysql2 (= 0.5.6)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
|
|
|
|||
Loading…
Reference in a new issue