From 4f26018dd349d23a262237fe63b182ff8222c047 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 14 Jan 2019 04:47:24 +0000 Subject: [PATCH] Merged r17795 from trunk to 4.0-stable (#30420). git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17796 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 05d916fa0..1c2916ece 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ if File.exist?(database_file) when 'mysql2' gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw] when /postgresql/ - gem "pg", "~> 1.0.0", :platforms => [:mri, :mingw, :x64_mingw] + gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw] when /sqlite3/ gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw] when /sqlserver/ -- 2.39.5