summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-01-14 02:51:26 +0000
committerGo MAEDA <maeda@farend.jp>2019-01-14 02:51:26 +0000
commit89f65490b499733aaadb0627c03990b519ca9190 (patch)
tree56ff2139ac158216ed602800abaa912c1fa72af2
parent1d3e2006b1b8119cc28c5a55413441c3236879b9 (diff)
downloadredmine-89f65490b499733aaadb0627c03990b519ca9190.tar.gz
redmine-89f65490b499733aaadb0627c03990b519ca9190.zip
Update pg gem (~> 1.1.4) (#30420).
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17795 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7ffeeb8e6..8fcf249a3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -56,7 +56,7 @@ if File.exist?(database_file)
when 'mysql2'
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
when /postgresql/
- gem "pg", "~> 1.0.0", :platforms => [:mri, :mingw, :x64_mingw]
+ gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlite3/
gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/