Bump mysql2
This commit is contained in:
parent
25b9f3f74f
commit
bed5e281ef
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -61,7 +61,7 @@ gem "bootstrap-switch-rails", "3.3.3"
|
|||
# Database
|
||||
|
||||
group :mysql, optional: true do
|
||||
gem "mysql2", "0.4.4"
|
||||
gem "mysql2", "0.4.5"
|
||||
end
|
||||
group :postgresql, optional: true do
|
||||
gem "pg", "0.19.0"
|
||||
|
|
|
|||
|
|
@ -388,7 +388,7 @@ GEM
|
|||
multi_test (0.1.2)
|
||||
multi_xml (0.5.5)
|
||||
multipart-post (2.0.0)
|
||||
mysql2 (0.4.4)
|
||||
mysql2 (0.4.5)
|
||||
naught (1.1.0)
|
||||
nenv (0.3.0)
|
||||
nested_form (0.3.2)
|
||||
|
|
@ -841,7 +841,7 @@ DEPENDENCIES
|
|||
mini_magick (= 4.6.1)
|
||||
minitest
|
||||
mobile-fu (= 1.3.1)
|
||||
mysql2 (= 0.4.4)
|
||||
mysql2 (= 0.4.5)
|
||||
nokogiri (= 1.6.8.1)
|
||||
omniauth (= 1.3.1)
|
||||
omniauth-facebook (= 4.0.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue