debian-mirror-gitlab/debian/patches/Gemfile/0180-add-parser-gem.patch
2023-06-20 11:34:45 +05:30

15 lines
331 B
Diff

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