summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-05-13 09:28:46 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-05-13 09:28:46 +0000
commitb3ac4a6295e04a29d2139aba7eca7bd73696d00e (patch)
treec432f187444f8c8745ee08a0e4213e12bf3b2c6d /Gemfile
parent26dd3e8b43f7dba9177adff796c29419479ef69a (diff)
downloadredmine-b3ac4a6295e04a29d2139aba7eca7bd73696d00e.tar.gz
redmine-b3ac4a6295e04a29d2139aba7eca7bd73696d00e.zip
Use mysql2 0.4.6 instead of 0.3 (#25829).
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@16553 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 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/