From 9363db37e637e8e9fff06c48dbe19f34d6f306b4 Mon Sep 17 00:00:00 2001
From: Mark Lapierre <mlapierre@gitlab.com>
Date: Wed, 18 Dec 2024 11:27:53 +1100
Subject: [PATCH] Update gitlab-qa gem version to 15.0.0

---
 qa/Gemfile      | 2 +-
 qa/Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/qa/Gemfile b/qa/Gemfile
index f5ea19d310bf7..c73b5d32523b1 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -2,7 +2,7 @@
 
 source 'https://rubygems.org'
 
-gem 'gitlab-qa', '~> 14', '>= 14.21.0', require: 'gitlab/qa'
+gem 'gitlab-qa', '~> 15', require: 'gitlab/qa'
 gem 'gitlab_quality-test_tooling', '~> 2.4.0', require: false
 gem 'gitlab-utils', path: '../gems/gitlab-utils'
 gem 'activesupport', '~> 7.0.8.6' # This should stay in sync with the root's Gemfile
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index 43d1d72608ea4..efc69f43f06ed 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.21.0)
+    gitlab-qa (15.0.0)
       activesupport (>= 6.1, < 7.2)
       ffi (~> 1.17)
       gitlab (~> 4.19)
@@ -366,7 +366,7 @@ DEPENDENCIES
   fog-core (= 2.1.0)
   fog-google (~> 1.24, >= 1.24.1)
   gitlab-cng!
-  gitlab-qa (~> 14, >= 14.21.0)
+  gitlab-qa (~> 15)
   gitlab-utils!
   gitlab_quality-test_tooling (~> 2.4.0)
   googleauth (~> 1.9.0)
-- 
GitLab