summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-05-01 16:30:26 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-05-01 16:30:26 +0000
commit2f67c8e214e60dc951f784803f5386a786be6e0a (patch)
treeb1866e4eb173d4015e08d98050eed864b76a49d0
parent9978a54606ca968f0ea7f3742afe230e8820b844 (diff)
downloadredmine-2f67c8e214e60dc951f784803f5386a786be6e0a.tar.gz
redmine-2f67c8e214e60dc951f784803f5386a786be6e0a.zip
Gemfile: upgrade pg to 0.18.1
git-svn-id: http://svn.redmine.org/redmine/trunk@14234 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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]