Merged r23408 from trunk to 5.1-stable (#42245, #42013).

git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23518 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-03-02 07:25:22 +00:00
parent ae3fbb7f60
commit f5f5d1d4f2

View File

@@ -74,7 +74,7 @@ if File.exist?(database_file)
if adapters.any?
adapters.each do |adapter|
case adapter.strip
when 'mysql2'
when /mysql2/
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
gem "with_advisory_lock"
when /postgresql/