From 2f67c8e214e60dc951f784803f5386a786be6e0a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 1 May 2015 16:30:26 +0000 Subject: [PATCH] Gemfile: upgrade pg to 0.18.1 git-svn-id: http://svn.redmine.org/redmine/trunk@14234 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c6e1599e9..ea108bc20 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ if File.exist?(database_file) when 'mysql' gem "activerecord-jdbcmysql-adapter", :platforms => :jruby when /postgresql/ - gem "pg", "~> 0.17.1", :platforms => [:mri, :mingw, :x64_mingw] + gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw] gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby when /sqlite3/ gem "sqlite3", :platforms => [:mri, :mingw, :x64_mingw] -- 2.39.5