2022-06-27 20:28:28 +05:30
|
|
|
Rakefile need this gem
|
|
|
|
|
|
|
|
--- a/Gemfile
|
|
|
|
+++ b/Gemfile
|
2022-10-18 15:59:10 +05:30
|
|
|
@@ -472,3 +472,6 @@
|
2022-08-13 16:00:24 +05:30
|
|
|
# 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'
|
2022-06-27 20:28:28 +05:30
|
|
|
+
|
|
|
|
+# This is required for Rakefile
|
|
|
|
+gem 'gitlab-dangerfiles'
|