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
180 B
Diff
Raw Normal View History

Rakefile need this gem
--- a/Gemfile
+++ b/Gemfile
2022-11-26 12:48:29 +05:30
@@ -494,3 +494,6 @@
# Apple plist parsing
gem 'CFPropertyList'
+
+# This is required for Rakefile
+gem 'gitlab-dangerfiles'