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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
295 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
2022-05-07 22:13:53 +05:30
@@ -19,6 +19,9 @@
2022-03-03 20:56:09 +05:30
# Supported DBs
2022-08-27 14:03:50 +05:30
gem 'pg', '~> 1.4'
2022-03-03 20:56:09 +05:30
+# Background migrations/fix vulnerabilities
+gem 'parser', '~> 3.0'
+
gem 'rugged', '~> 1.2'
2022-08-27 14:03:50 +05:30
gem 'grape-path-helpers', '~> 1.7', '>= 1.7.1'
2022-03-03 20:56:09 +05:30