debian-mirror-gitlab/debian/patches/0280-relax-pg.patch

12 lines
370 B
Diff
Raw Normal View History

2017-08-22 10:30:25 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-05-09 12:38:34 +05:30
@@ -26,7 +26,7 @@
2017-08-22 10:30:25 +05:30
# Supported DBs
2018-03-18 12:27:51 +05:30
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"
2017-08-22 10:30:25 +05:30
2018-05-09 12:38:34 +05:30
gem 'rugged', '~> 0.27'
2018-03-18 12:27:51 +05:30
gem 'grape-route-helpers', '~> 2.1'