debian-mirror-gitlab/debian/patches/Gemfile/0200-add-gitlab-dangerfiles.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
189 B
Diff
Raw Normal View History

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'