summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-02 05:57:22 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-02 05:57:22 +0000
commit89263ec9a33b9acb60143084935dd6f0515fe538 (patch)
tree891aa7277a6696744431f1917524a0ceb8b17c5b /Gemfile
parente7c4970b94246310f72e8a3c29dfdd3f2c4aad20 (diff)
downloadredmine-89263ec9a33b9acb60143084935dd6f0515fe538.tar.gz
redmine-89263ec9a33b9acb60143084935dd6f0515fe538.zip
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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/