summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-06-29 04:07:47 +0000
committerGo MAEDA <maeda@farend.jp>2023-06-29 04:07:47 +0000
commitebf3fb3b4fa53f3bc6f9cbbcd529c6b296d4f6fc (patch)
tree698cd732d42914bd204a63faf72b9c025e0ee0db /Gemfile
parente19b1850e67501b864936025d011894a6ace40ed (diff)
downloadredmine-ebf3fb3b4fa53f3bc6f9cbbcd529c6b296d4f6fc.tar.gz
redmine-ebf3fb3b4fa53f3bc6f9cbbcd529c6b296d4f6fc.zip
Update Pg to 1.5 (#37525).
git-svn-id: https://svn.redmine.org/redmine/trunk@22268 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e312a8aa5..6eabb6f9e 100644
--- 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/