From acfb2107b8b3a1468b98fe78282a165ce9a2ee66 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 29 Nov 2019 13:38:53 +0530 Subject: [PATCH] Relax dependency on ruby-gitlab-labkit --- debian/patches/0482-relax-gitlab-labkit.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/0482-relax-gitlab-labkit.patch diff --git a/debian/patches/0482-relax-gitlab-labkit.patch b/debian/patches/0482-relax-gitlab-labkit.patch new file mode 100644 index 0000000000..7325b1165e --- /dev/null +++ b/debian/patches/0482-relax-gitlab-labkit.patch @@ -0,0 +1,11 @@ +--- a/Gemfile ++++ b/Gemfile +@@ -276,7 +276,7 @@ + gem 'premailer-rails', '~> 1.9', '>=1.9.7' + + # LabKit: Tracing and Correlation +-gem 'gitlab-labkit', '~> 0.4.2' ++gem 'gitlab-labkit', '~> 0.5' + + # I18n + gem 'ruby_parser', '~> 3.8', require: false diff --git a/debian/patches/series b/debian/patches/series index 024edb21c5..3b0432d47e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,6 +10,7 @@ 0470-relax-bootsnap.patch 0480-embed-snowplow-tracker.patch 0481-relax-contracts-dependency-of-snowplow.patch +0482-relax-gitlab-labkit.patch 0500-set-webpack-root.patch 0510-remove-dev-dependencies.patch 0520-add-system-lib-path-for-webpack.patch