]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: upgrade pg to 0.18.1
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 1 May 2015 16:30:26 +0000 (16:30 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 1 May 2015 16:30:26 +0000 (16:30 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14234 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index c6e1599e940d1998ed27dda5fa69213ac9617aba..ea108bc202b95c59e1242a78952ab86120e56e2a 100644 (file)
--- 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]