debian-mirror-gitlab/debian/patches/0499-93-relax-labkit.patch
2021-06-12 01:11:21 +05:30

18 lines
491 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -297,12 +297,12 @@
gem 'sentry-raven', '~> 3.0'
# PostgreSQL query parsing
-gem 'pg_query', '~> 1.3'
+gem 'pg_query', '~> 2.0'
gem 'premailer-rails', '~> 1.10', '>= 1.10.3'
# LabKit: Tracing and Correlation
-gem 'gitlab-labkit', '~> 0.16.2'
+gem 'gitlab-labkit', '~> 0.17.1'
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
gem 'thrift', '>= 0.14.0'