From 2100700cc6b118f8bf55cbbbaf2e0a6a4de5a341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:27:42 +0000 Subject: [PATCH] chore(deps): update webmock requirement from ~> 3.24.0 to ~> 3.25.0 Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.24.0...v3.25.0) --- updated-dependencies: - dependency-name: webmock 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 bb33ba1f..d576380a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,5 +11,5 @@ gem 'rake', '~> 13.0' gem 'rubocop', '1.71.2' gem 'simplecov' gem 'steep', '~> 1.9.3' -gem 'webmock', '~> 3.24.0' +gem 'webmock', '~> 3.25.0' gem 'yard', '~> 0.9.11'