]> source.dussan.org Git - redmine.git/commitdiff
Update mysql2 gem to 0.5.0 (#28504).
authorGo MAEDA <maeda@farend.jp>
Sat, 2 Jun 2018 05:57:22 +0000 (05:57 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 2 Jun 2018 05:57:22 +0000 (05:57 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17357 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 09a510b875ea64d621b1042e4d19698f7d663f77..eddb0422aa411874ff84426ac6d9a33cf5cf25c8 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -60,7 +60,7 @@ if File.exist?(database_file)
     adapters.each do |adapter|
       case adapter
       when 'mysql2'
-        gem "mysql2", "~> 0.4.6", :platforms => [:mri, :mingw, :x64_mingw]
+        gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
       when /postgresql/
         gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlite3/