14 lines
295 B
Diff
14 lines
295 B
Diff
Forwarded: https://gitlab.com/gitlab-org/gitlab/-/issues/354323
|
|
|
|
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -19,6 +19,9 @@
|
|
# Supported DBs
|
|
gem 'pg', '~> 1.4'
|
|
|
|
+# Background migrations/fix vulnerabilities
|
|
+gem 'parser', '~> 3.0'
|
|
+
|
|
gem 'rugged', '~> 1.2'
|
|
gem 'grape-path-helpers', '~> 1.7', '>= 1.7.1'
|
|
|