relax pg dependency

This commit is contained in:
Pirate Praveen 2017-08-22 10:30:25 +05:30
parent 24f4bce393
commit 44e2f14de0
2 changed files with 12 additions and 0 deletions

11
debian/patches/0280-relax-pg.patch vendored Normal file
View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -14,7 +14,7 @@
# Supported DBs
ENV["DB"] ||= "mysql"
gem "mysql2", '~> 0.3.16' if ENV["DB"] == "all" || ENV["DB"] == "mysql"
-gem "pg", '~> 0.18.2' if ENV["DB"] == "all" || ENV["DB"] == "postgres"
+gem "pg", '~> 0.18' if ENV["DB"] == "all" || ENV["DB"] == "postgres"
gem 'rugged', '~> 0.24.0'

View file

@ -12,3 +12,4 @@ pid-log-paths.patch
0250-relax-licensee.patch
0260-relax-ruby-parser.patch
0270-relax-toml-rb.patch
0280-relax-pg.patch