summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-02 07:24:53 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-02 07:24:53 +0000
commit3b36a1322544a2763b85075acef17d1c52bf4314 (patch)
tree9d48c29eaae66776ec808b03e8526c745edf7791
parent89263ec9a33b9acb60143084935dd6f0515fe538 (diff)
downloadredmine-3b36a1322544a2763b85075acef17d1c52bf4314.tar.gz
redmine-3b36a1322544a2763b85075acef17d1c52bf4314.zip
Update pg gem to 1.0 (#28505).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17358 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index eddb0422a..7d711c0df 100644
--- a/Gemfile
+++ b/Gemfile
@@ -62,7 +62,7 @@ if File.exist?(database_file)
when 'mysql2'
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
when /postgresql/
- gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw]
+ gem "pg", "~> 1.0.0", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlite3/
gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/