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

15 lines
331 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
2023-06-20 11:34:45 +05:30
@@ -32,6 +32,9 @@ gem 'view_component', '~> 2.74.1'
2022-03-03 20:56:09 +05:30
# Supported DBs
2023-06-20 11:34:45 +05:30
gem 'pg', '~> 1.4', '>= 1.4.6'
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'
2023-06-20 11:34:45 +05:30
gem 'grape-path-helpers', '~> 1.7.1'
2022-03-03 20:56:09 +05:30