Add gitlab-dangerfiles as dependency in Gemfile

This commit is contained in:
Pirate Praveen 2022-06-27 20:28:28 +05:30
parent 8dccc823be
commit 5e2c9a97a4
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
Rakefile need this gem
--- a/Gemfile
+++ b/Gemfile
@@ -459,3 +459,6 @@
gem 'parslet', '~> 1.8'
gem 'ipynbdiff', '~> 0.4.5'
+
+# This is required for Rakefile
+gem 'gitlab-dangerfiles'

View file

@ -13,6 +13,7 @@ Gemfile/0150-relax-graphlient.patch
Gemfile/0160-relax-rexml.patch
Gemfile/0180-add-parser-gem.patch
Gemfile/0190-relax-rdoc.patch
Gemfile/0200-add-gitlab-dangerfiles.patch
nodejs/0010-set-webpack-root.patch
nodejs/0020-remove-dev-dependencies.patch
nodejs/0030-use-yarnpkg.patch