mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
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
This commit is contained in:
parent
26dd3e8b43
commit
b3ac4a6295
2
Gemfile
2
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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user