From b3ac4a6295e04a29d2139aba7eca7bd73696d00e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 13 May 2017 09:28:46 +0000 Subject: [PATCH] Use mysql2 0.4.6 instead of 0.3 (#25829). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@16553 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 28b537a7b..018be1d4e 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ if File.exist?(database_file) adapters.each do |adapter| case adapter when 'mysql2' - gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw, :x64_mingw] + gem "mysql2", "~> 0.4.6", :platforms => [:mri, :mingw, :x64_mingw] when /postgresql/ gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw] when /sqlite3/ -- 2.39.5