debian-mirror-gitlab/debian/patches/Gemfile/0200-add-gitlab-dangerfiles.patch
2022-10-18 15:59:10 +05:30

11 lines
379 B
Diff

Rakefile need this gem
--- a/Gemfile
+++ b/Gemfile
@@ -472,3 +472,6 @@
# Error Tracking OpenAPI client
# See https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/development/rake_tasks.md#update-openapi-client-for-error-tracking-feature
gem 'error_tracking_open_api', path: 'vendor/gems/error_tracking_open_api'
+
+# This is required for Rakefile
+gem 'gitlab-dangerfiles'