Relax dependency on gitlab-labkit in Gemfile
This commit is contained in:
parent
d11626294f
commit
750172314d
2 changed files with 12 additions and 0 deletions
11
debian/patches/0486-relax-gitlab-labkit.patch
vendored
Normal file
11
debian/patches/0486-relax-gitlab-labkit.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -288,7 +288,7 @@
|
||||
gem 'premailer-rails', '~> 1.10', '>= 1.10.3'
|
||||
|
||||
# LabKit: Tracing and Correlation
|
||||
-gem 'gitlab-labkit', '0.12.0'
|
||||
+gem 'gitlab-labkit', '~> 0.12.0'
|
||||
|
||||
# I18n
|
||||
gem 'ruby_parser', '~> 3.8', require: false
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -12,6 +12,7 @@
|
|||
0482-remove-ee-only-gems.patch
|
||||
0484-relax-asciidoctor-plantuml.patch
|
||||
0485-relax-net-ssh.patch
|
||||
0486-relax-gitlab-labkit.patch
|
||||
0500-set-webpack-root.patch
|
||||
0510-remove-dev-dependencies.patch
|
||||
0520-add-system-lib-path-for-webpack.patch
|
||||
|
|
Loading…
Reference in a new issue