Add parser gem to Gemfile
This commit is contained in:
parent
28fa6f76fb
commit
fb0a8b4389
2 changed files with 15 additions and 0 deletions
14
debian/patches/Gemfile/0180-add-parser-gem.patch
vendored
Normal file
14
debian/patches/Gemfile/0180-add-parser-gem.patch
vendored
Normal 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'
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue