diff --git a/qa/Gemfile b/qa/Gemfile index 27fe3e080f92c3fd8f5618b2aa462f7d2150d7cf..9654b51762ea12085e7cda1357199f998599d842 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'gitlab-qa', '~> 14', '>= 14.8.1', require: 'gitlab/qa' +gem 'gitlab-qa', '~> 14', '>= 14.9.0', require: 'gitlab/qa' gem 'gitlab_quality-test_tooling', '~> 1.24.0', require: false gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'activesupport', '~> 7.0.8.1' # This should stay in sync with the root's Gemfile diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 5556cbdbf3a41d9f339cefd33180f5a9d0e022f6..e4eed3537fe942be33d5f7d76256fe3de9cd4b91 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -126,7 +126,7 @@ GEM gitlab (4.19.0) httparty (~> 0.20) terminal-table (>= 1.5.1) - gitlab-qa (14.8.1) + gitlab-qa (14.9.0) activesupport (>= 6.1, < 7.2) gitlab (~> 4.19) http (~> 5.0) @@ -369,7 +369,7 @@ DEPENDENCIES fog-core (= 2.1.0) fog-google (~> 1.19) gitlab-cng! - gitlab-qa (~> 14, >= 14.8.1) + gitlab-qa (~> 14, >= 14.9.0) gitlab-utils! gitlab_quality-test_tooling (~> 1.24.0) influxdb-client (~> 3.1)