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-07-29 18:21:45 +05:30
|
|
|
gem 'pg', '~> 1.3'
|
2022-03-03 20:56:09 +05:30
|
|
|
|
|
|
|
+# Background migrations/fix vulnerabilities
|
|
|
|
+gem 'parser', '~> 3.0'
|
|
|
|
+
|
|
|
|
gem 'rugged', '~> 1.2'
|
|
|
|
gem 'grape-path-helpers', '~> 1.7'
|
|
|
|
|