From f2a2bffadbd7e42f047f45b60228b5dc32c8bc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 22:25:56 +0000 Subject: [PATCH] Bump webmock from 3.26.1 to 3.26.2 Bumps [webmock](https://github.com/bblimke/webmock) from 3.26.1 to 3.26.2. - [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.26.1...v3.26.2) --- updated-dependencies: - dependency-name: webmock dependency-version: 3.26.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 52abce3..093baed 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rspec', '~> 3.0' gem 'vcr', '~> 6.0' -gem 'webmock', '~> 3.0' +gem 'webmock', '~> 3.26' # Pin public_suffix for Ruby 3.0/3.1 compatibility (7.0+ requires Ruby >= 3.2) gem 'public_suffix', '< 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 014cc24..a790e53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM unicode-emoji (4.2.0) uri (1.1.1) vcr (6.4.0) - webmock (3.26.1) + webmock (3.26.2) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -131,4 +131,4 @@ DEPENDENCIES rubocop-rake (~> 0.6) rubocop-rspec (~> 3.0) vcr (~> 6.0) - webmock (~> 3.0) + webmock (~> 3.26)