diff --git a/qa/Gemfile b/qa/Gemfile index f498bb694539fb848e2a1b1d0fdd474fd6b8542f..727ee9b9c7557bec879ac8f714f83423f2ab2cc6 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'gitlab-qa', '~> 14', '>= 14.15.0', require: 'gitlab/qa' +gem 'gitlab-qa', '~> 14', '>= 14.16.0', require: 'gitlab/qa' gem 'gitlab_quality-test_tooling', '~> 1.38.1', require: false gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'activesupport', '~> 7.0.8.4' # This should stay in sync with the root's Gemfile diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 308cbe02718d9e307e894e766960375000366a63..c6e642fa70ba0373fbbb4969c6f609739cfe33d2 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -116,7 +116,7 @@ GEM gitlab (4.19.0) httparty (~> 0.20) terminal-table (>= 1.5.1) - gitlab-qa (14.15.0) + gitlab-qa (14.16.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.24, >= 1.24.1) gitlab-cng! - gitlab-qa (~> 14, >= 14.15.0) + gitlab-qa (~> 14, >= 14.16.0) gitlab-utils! gitlab_quality-test_tooling (~> 1.38.1) googleauth (~> 1.9.0)