From d9329c9f3a3d5e3cb56175fd35ec7e9488beb815 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 12 Jan 2020 07:17:57 +0000 Subject: [PATCH] Update pg gem (~> 1.2.2) (#32782). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19423 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f5428377d..cf9c01808 100644 --- 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/