]> source.dussan.org Git - redmine.git/commitdiff
Update pg gem (~> 1.2.2) (#32782).
authorGo MAEDA <maeda@farend.jp>
Sun, 12 Jan 2020 07:17:57 +0000 (07:17 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 12 Jan 2020 07:17:57 +0000 (07:17 +0000)
Patch by Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@19423 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index f5428377da7da08994a0edb1de1e731c961c103f..cf9c01808403a6c4b33813e6b69692f416fe0414 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ if File.exist?(database_file)
       when 'mysql2'
         gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
       when /postgresql/
-        gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
+        gem "pg", "~> 1.2.2", :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlite3/
         gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlserver/