Add parser gem to Gemfile

This commit is contained in:
Pirate Praveen 2022-03-03 20:56:09 +05:30
parent 28fa6f76fb
commit fb0a8b4389
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
Forwarded: https://gitlab.com/gitlab-org/gitlab/-/issues/354323
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,9 @@
# Supported DBs
gem 'pg', '~> 1.1'
+# Background migrations/fix vulnerabilities
+gem 'parser', '~> 3.0'
+
gem 'rugged', '~> 1.2'
gem 'grape-path-helpers', '~> 1.7'

View file

@ -13,6 +13,7 @@ Gemfile/0140-remove-guard-rspec.patch
Gemfile/0150-relax-graphlient.patch
Gemfile/0160-relax-rexml.patch
Gemfile/0170-relax-ipynbdiff.patch
Gemfile/0180-add-parser-gem.patch
nodejs/0010-set-webpack-root.patch
nodejs/0020-remove-dev-dependencies.patch
nodejs/0030-use-yarnpkg.patch