debian-mirror-gitlab/debian/patches/Gemfile/0200-add-gitlab-dangerfiles.patch

12 lines
379 B
Diff
Raw Normal View History

Rakefile need this gem
--- a/Gemfile
+++ b/Gemfile
2022-08-13 16:00:24 +05:30
@@ -468,3 +468,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'