diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-05-01 16:30:26 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-05-01 16:30:26 +0000 |
commit | 2f67c8e214e60dc951f784803f5386a786be6e0a (patch) | |
tree | b1866e4eb173d4015e08d98050eed864b76a49d0 | |
parent | 9978a54606ca968f0ea7f3742afe230e8820b844 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |