Add latest changes from gitlab-org/gitlab@18-0-stable-ee

This commit is contained in:
GitLab Bot
2025-05-20 08:37:58 +00:00
parent b4e8561cb2
commit c8389b7d43
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'gitlab-qa', '~> 15', '>= 15.4.0', require: 'gitlab/qa' gem 'gitlab-qa', '~> 15', '>= 15.5.0', require: 'gitlab/qa'
gem 'gitlab_quality-test_tooling', '~> 2.10.0', require: false gem 'gitlab_quality-test_tooling', '~> 2.10.0', require: false
gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'gitlab-utils', path: '../gems/gitlab-utils'
gem 'activesupport', '~> 7.1.5.1' # This should stay in sync with the root's Gemfile gem 'activesupport', '~> 7.1.5.1' # This should stay in sync with the root's Gemfile

View File

@ -129,7 +129,7 @@ GEM
gitlab (4.19.0) gitlab (4.19.0)
httparty (~> 0.20) httparty (~> 0.20)
terminal-table (>= 1.5.1) terminal-table (>= 1.5.1)
gitlab-qa (15.4.0) gitlab-qa (15.5.0)
activesupport (>= 6.1, < 7.2) activesupport (>= 6.1, < 7.2)
ffi (~> 1.17) ffi (~> 1.17)
gitlab (~> 4.19) gitlab (~> 4.19)
@ -380,7 +380,7 @@ DEPENDENCIES
fog-core (= 2.1.0) fog-core (= 2.1.0)
fog-google (~> 1.24, >= 1.24.1) fog-google (~> 1.24, >= 1.24.1)
gitlab-orchestrator! gitlab-orchestrator!
gitlab-qa (~> 15, >= 15.4.0) gitlab-qa (~> 15, >= 15.5.0)
gitlab-utils! gitlab-utils!
gitlab_quality-test_tooling (~> 2.10.0) gitlab_quality-test_tooling (~> 2.10.0)
googleauth (~> 1.9.0) googleauth (~> 1.9.0)