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>2023-08-01 18:10:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-01 18:10:12 +0300
commit4212e9c2d42fb35dda8694ca5b448e10ffc98211 (patch)
treed0f16aebc55d4f6a003556d1c1c11123923af58a /Gemfile
parent5e77663f2e4617be51e387b75872e1bcc8559f54 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 173047db127..64c6d874fe8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -601,7 +601,7 @@ 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'
+gem 'error_tracking_open_api', path: 'gems/error_tracking_open_api'
# Vulnerability advisories
gem 'cvss-suite', '~> 3.0.1', require: 'cvss_suite'