Add gitlab-dangerfiles as dependency in Gemfile
This commit is contained in:
parent
8dccc823be
commit
5e2c9a97a4
2 changed files with 12 additions and 0 deletions
11
debian/patches/Gemfile/0200-add-gitlab-dangerfiles.patch
vendored
Normal file
11
debian/patches/Gemfile/0200-add-gitlab-dangerfiles.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -13,6 +13,7 @@ Gemfile/0150-relax-graphlient.patch
|
||||||
Gemfile/0160-relax-rexml.patch
|
Gemfile/0160-relax-rexml.patch
|
||||||
Gemfile/0180-add-parser-gem.patch
|
Gemfile/0180-add-parser-gem.patch
|
||||||
Gemfile/0190-relax-rdoc.patch
|
Gemfile/0190-relax-rdoc.patch
|
||||||
|
Gemfile/0200-add-gitlab-dangerfiles.patch
|
||||||
nodejs/0010-set-webpack-root.patch
|
nodejs/0010-set-webpack-root.patch
|
||||||
nodejs/0020-remove-dev-dependencies.patch
|
nodejs/0020-remove-dev-dependencies.patch
|
||||||
nodejs/0030-use-yarnpkg.patch
|
nodejs/0030-use-yarnpkg.patch
|
||||||
|
|
Loading…
Reference in a new issue