debian-mirror-gitlab/debian/patches/Gemfile/0180-add-parser-gem.patch
2023-07-09 09:48:07 +05:30

15 lines
288 B
Diff

Forwarded: https://gitlab.com/gitlab-org/gitlab/-/issues/354323
--- a/Gemfile
+++ b/Gemfile
@@ -32,6 +32,9 @@
gem 'neighbor', '~> 0.2.3'
+# Background migrations/fix vulnerabilities
+gem 'parser', '~> 3.0'
+
gem 'rugged', '~> 1.5'
gem 'grape-path-helpers', '~> 1.7', '>= 1.7.1'