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.

15 lines
256 B
Diff
Raw Normal View History

Rakefile need this gem
--- a/Gemfile
+++ b/Gemfile
2023-05-28 00:09:46 +05:30
@@ -514,6 +514,9 @@
gem 'CFPropertyList', '~> 3.0'
gem 'app_store_connect'
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'
2023-05-28 00:09:46 +05:30