From 07b2b96b6bdec004d60e16bce4fee6fc83978dbb Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 5 May 2025 09:14:09 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- qa/Gemfile | 2 +- qa/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/Gemfile b/qa/Gemfile index 3648769a925..083fa442d0a 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -38,7 +38,7 @@ gem "mutex_m", "~> 0.3.0" # dependencies for jenkins client gem 'nokogiri', '~> 1.18', '>= 1.18.1' -gem 'deprecation_toolkit', '~> 2.2.2', require: false +gem 'deprecation_toolkit', '~> 2.2.3', require: false gem 'factory_bot', '~> 6.5.1' diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 8ef3b5bc046..d83b9bc7440 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -80,7 +80,7 @@ GEM csv (3.3.0) debug_inspector (1.1.0) declarative (0.0.20) - deprecation_toolkit (2.2.2) + deprecation_toolkit (2.2.3) activesupport (>= 6.1) diff-lcs (1.3) domain_name (0.6.20240107) @@ -373,7 +373,7 @@ DEPENDENCIES allure-rspec (~> 2.26.0) capybara (~> 3.40.0) capybara-screenshot (~> 1.0.26) - deprecation_toolkit (~> 2.2.2) + deprecation_toolkit (~> 2.2.3) factory_bot (~> 6.5.1) faker (~> 3.5, >= 3.5.1) faraday-retry (~> 2.3, >= 2.3.1)