debian-mirror-gitlab/debian/patches/Gemfile/0180-add-parser-gem.patch
2023-05-08 11:25:58 +05:30

14 lines
343 B
Diff

Forwarded: https://gitlab.com/gitlab-org/gitlab/-/issues/354323
--- a/Gemfile
+++ b/Gemfile
@@ -39,6 +39,9 @@ gem 'default_value_for', '~> 3.4'
# Supported DBs
gem 'pg', '~> 1.4.5', '>= 1.4.5'
+# Background migrations/fix vulnerabilities
+gem 'parser', '~> 3.0'
+
gem 'rugged', '~> 1.5'
gem 'grape-path-helpers', '~> 1.7', '>= 1.7.1'