From 3c589d81052f28658a56d774689e1d226dd3f907 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 06:14:08 +0000 Subject: [PATCH] fix: qa/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-12878608 - https://snyk.io/vuln/SNYK-RUBY-URI-9056162 --- qa/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/Gemfile b/qa/Gemfile index a28e32a21baae..0a894a6040ae4 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'gitlab-qa', '~> 15', '>= 15.5.0', require: 'gitlab/qa' -gem 'gitlab_quality-test_tooling', '~> 2.20.0', require: false +gem 'gitlab_quality-test_tooling', '~> 2.20.1', require: false gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'activesupport', '~> 7.1.5.2' # This should stay in sync with the root's Gemfile gem 'allure-rspec', '~> 2.27.0'