From 89263ec9a33b9acb60143084935dd6f0515fe538 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 2 Jun 2018 05:57:22 +0000 Subject: Update mysql2 gem to 0.5.0 (#28504). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17357 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 09a510b87..eddb0422a 100644 --- 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/ -- cgit v1.2.3