From 558163ce43cfc8259dfc05d8c1e8e58f5fb6b03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:07:40 +0000 Subject: [PATCH] chore(deps): update webmock requirement from ~> 3.25.0 to ~> 3.26.0 Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version. - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.25.0...v3.26.0) --- updated-dependencies: - dependency-name: webmock dependency-version: 3.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 24bd3237..47ba2854 100644 --- a/Gemfile +++ b/Gemfile @@ -11,5 +11,5 @@ gem 'rake', '~> 13.0' gem 'rubocop', '1.81.6' gem 'simplecov' gem 'steep', '~> 1.9.3' -gem 'webmock', '~> 3.25.0' +gem 'webmock', '~> 3.26.0' gem 'yard', '~> 0.9.11'