diff --git a/qa/Gemfile b/qa/Gemfile index 7e6aa64258870941609c7bda406f884f8708b28b..a13d9c4d61f9c5841685eda362cd7e42422ccf5c 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'gitlab-qa', '~> 14', '>= 14.0.1', require: 'gitlab/qa' +gem 'gitlab-qa', '~> 14', '>= 14.0.2', require: 'gitlab/qa' gem 'gitlab_quality-test_tooling', '~> 1.11.0', require: false gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'activesupport', '~> 7.0.8' # This should stay in sync with the root's Gemfile diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 16306299bfe3a05ddfa8c1771755832f8547b41d..4fabfa349b96feaf4378bb140fefeb33805078a7 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -118,7 +118,7 @@ GEM gitlab (4.19.0) httparty (~> 0.20) terminal-table (>= 1.5.1) - gitlab-qa (14.0.1) + gitlab-qa (14.0.2) activesupport (>= 6.1, < 7.2) gitlab (~> 4.19) http (~> 5.0) @@ -354,7 +354,7 @@ DEPENDENCIES faraday-retry (~> 2.2) fog-core (= 2.1.0) fog-google (~> 1.19) - gitlab-qa (~> 14, >= 14.0.1) + gitlab-qa (~> 14, >= 14.0.2) gitlab-utils! gitlab_quality-test_tooling (~> 1.11.0) influxdb-client (~> 3.0)