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.

14 lines
242 B
Diff
Raw Normal View History

Rakefile need this gem
--- a/Gemfile
+++ b/Gemfile
2023-01-13 00:17:06 +05:30
@@ -493,5 +493,8 @@
2022-11-26 12:48:29 +05:30
# Apple plist parsing
gem 'CFPropertyList'
2023-01-13 00:17:06 +05:30
+# This is required for Rakefile
+gem 'gitlab-dangerfiles'
2023-01-13 00:17:06 +05:30
+
# For phone verification
gem 'telesignenterprise', '~> 2.2'