debian-mirror-gitlab/debian/patches/Gemfile/0180-add-parser-gem.patch

15 lines
288 B
Diff
Raw Normal View History

2022-03-03 20:56:09 +05:30
Forwarded: https://gitlab.com/gitlab-org/gitlab/-/issues/354323
--- a/Gemfile
+++ b/Gemfile
@@ -32,6 +32,9 @@
2023-07-09 09:48:07 +05:30
gem 'neighbor', '~> 0.2.3'
2022-03-03 20:56:09 +05:30
+# Background migrations/fix vulnerabilities
+gem 'parser', '~> 3.0'
+
2023-05-08 11:25:58 +05:30
gem 'rugged', '~> 1.5'
gem 'grape-path-helpers', '~> 1.7', '>= 1.7.1'
2022-03-03 20:56:09 +05:30