Merged r23408 from trunk to 6.0-stable (#42013).

git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23409 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2024-12-19 01:16:10 +00:00
parent 7a9374047d
commit abd46c60dc

View File

@@ -69,7 +69,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'
gem "with_advisory_lock"
when /postgresql/