debian-mirror-gitlab/debian/patches/0280-relax-pg.patch
2018-12-24 00:09:40 +05:30

11 lines
369 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -37,7 +37,7 @@
# Supported DBs
ENV["DB"] ||= "postgresql"
gem 'mysql2', '~> 0.4.10' if ENV["DB"] == "all" || ENV["DB"] == "mysql"
-gem 'pg', '~> 0.18.2' if ENV["DB"] == "all" || ENV["DB"] == "postgres"
+gem 'pg', '~> 0.19' if ENV["DB"] == "all" || ENV["DB"] == "postgres"
gem 'rugged', '~> 0.27'
gem 'grape-path-helpers', '~> 1.0'