From cd6737ad2af296e5076a7d51c8dbce81c3b71bef Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Tue, 5 Dec 2023 07:23:50 +0000 Subject: [PATCH] Update dependency gitlab-qa to '~> 12', '>= 12.5.1' --- qa/Gemfile | 2 +- qa/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/Gemfile b/qa/Gemfile index 79414b2cffda9..47b6c7daf39a0 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'gitlab-qa', '~> 12', '>= 12.5.0', require: 'gitlab/qa' +gem 'gitlab-qa', '~> 12', '>= 12.5.1', require: 'gitlab/qa' gem 'gitlab_quality-test_tooling', '~> 1.8.1', 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 e48808b580410..f8083fcfd2222 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -123,7 +123,7 @@ GEM gitlab (4.19.0) httparty (~> 0.20) terminal-table (>= 1.5.1) - gitlab-qa (12.5.0) + gitlab-qa (12.5.1) activesupport (>= 6.1, < 7.1) gitlab (~> 4.19) http (~> 5.0) @@ -363,7 +363,7 @@ DEPENDENCIES faraday-retry (~> 2.2) fog-core (= 2.1.0) fog-google (~> 1.19) - gitlab-qa (~> 12, >= 12.5.0) + gitlab-qa (~> 12, >= 12.5.1) gitlab-utils! gitlab_quality-test_tooling (~> 1.8.1) influxdb-client (~> 2.9) -- GitLab