]> source.dussan.org Git - redmine.git/commitdiff
Update Pg to 1.5 (#37525).
authorGo MAEDA <maeda@farend.jp>
Thu, 29 Jun 2023 04:07:47 +0000 (04:07 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 29 Jun 2023 04:07:47 +0000 (04:07 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22268 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index e312a8aa592f950ebb58d98378271a9538af80c2..6eabb6f9e2c4014e3a72ccb466c9960cb8220af0 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -70,7 +70,7 @@ if File.exist?(database_file)
       when 'mysql2'
         gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
       when /postgresql/
-        gem "pg", "~> 1.4.2", :platforms => [:mri, :mingw, :x64_mingw]
+        gem 'pg', '~> 1.5.3', :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlite3/
         gem 'sqlite3', '~> 1.6.0', :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlserver/