From dd8d6f45c3613dd4c31177b0aa5790b02032f7f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Oct 2025 07:47:43 +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-REXML-13110060 - https://snyk.io/vuln/SNYK-RUBY-URI-9056162 --- qa/Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/Gemfile b/qa/Gemfile index a28e32a21baae..e266fa2f6bf5f 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' @@ -11,7 +11,7 @@ gem 'capybara', '~> 3.40.0' gem 'capybara-screenshot', '~> 1.0.26' gem 'rake', '~> 13', '>= 13.3.0' gem 'rspec', '~> 3.13', '>= 3.13.1' -gem 'selenium-webdriver', '= 4.35.0' +gem 'selenium-webdriver', '= 4.36.0' gem 'rest-client', '~> 2.1.0' gem 'rspec_junit_formatter', '~> 0.6.0' gem 'faker', '~> 3.5', '>= 3.5.2' @@ -27,7 +27,7 @@ gem 'zeitwerk', '~> 2.7', '>= 2.7.3' gem 'influxdb-client', '~> 3.2' gem 'terminal-table', '~> 4.0.0', require: false gem 'slack-notifier', '~> 2.4', require: false -gem 'fog-google', '~> 1.25', require: false +gem 'fog-google', '~> 1.26', '>= 1.26.0', require: false gem "warning", "~> 1.5" # dependencies for jenkins client