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
2022-07-16 23:52:05 +05:30
@@ -461,3 +461,6 @@
gem 'parslet', '~> 1.8'
2022-07-16 23:52:05 +05:30
gem 'ipynbdiff', '~> 0.4.7'
+
+# This is required for Rakefile
+gem 'gitlab-dangerfiles'