Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-02 15:08:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-02 15:08:31 +0300
commit082a21ddd4d13dd00fc443ecc29c6cc5c1229423 (patch)
treea5e18db615d097574f6aa932ab1d5a1782f854e5 /Gemfile
parent6c4491e9365c6749fb7f2fb9826c450c3035a417 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e4e871039cc..52cd1bd953d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -549,3 +549,7 @@ gem 'parslet', '~> 1.8'
gem 'ipynbdiff', path: 'vendor/gems/ipynbdiff'
gem 'ed25519', '~> 1.3.0'
+
+# 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'