1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Update pg gem to 1.6 (#43465).

git-svn-id: https://svn.redmine.org/redmine/trunk@24141 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-11-12 09:08:12 +00:00
parent c22145a8f3
commit ee484ea2f2

View File

@ -79,7 +79,7 @@ if File.exist?(database_file)
gem 'trilogy', '~> 2.9.0'
gem "with_advisory_lock"
when /postgresql/
gem 'pg', '~> 1.5.3'
gem 'pg', '~> 1.6.2'
when /sqlite3/
gem 'sqlite3', '~> 2.7.4'
when /sqlserver/