From 77afbbbbb85be6dfd0ed70515e3ba150581498f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:52:16 +0000 Subject: [PATCH] Bump webmock from 3.7.6 to 3.24.0 Bumps [webmock](https://github.com/bblimke/webmock) from 3.7.6 to 3.24.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.7.6...v3.24.0) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 170cfd7..46a9d78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,15 +7,17 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.0) + bigdecimal (3.1.8) coderay (1.1.2) - crack (0.4.3) - safe_yaml (~> 1.0.0) + crack (1.0.0) + bigdecimal + rexml diff-lcs (1.3) dotenv (2.8.1) - hashdiff (1.0.0) + hashdiff (1.1.1) httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -29,9 +31,10 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (4.0.6) + public_suffix (6.0.1) rainbow (3.0.0) rake (12.3.3) + rexml (3.3.8) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -55,13 +58,12 @@ GEM rubocop-performance (1.4.1) rubocop (>= 0.71.0) ruby-progressbar (1.10.1) - safe_yaml (1.0.5) standard (0.1.4) rubocop (~> 0.72.0) rubocop-performance (~> 1.4.0) unicode-display_width (1.6.0) - webmock (3.7.6) - addressable (>= 2.3.6) + webmock (3.24.0) + addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0)