From 3d5dc6230a22be7993a245088f2a5b985653a6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:34:14 +0000 Subject: [PATCH] Bump webmock from 3.23.1 to 3.24.0 Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.1 to 3.24.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.23.1...v3.24.0) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 3d28ec8..11e2f59 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'rspec', '~> 3.13', group: :test gem 'simplecov', '~> 0.22.0' gem 'simplecov-cobertura' - gem 'webmock', '~> 3.23' + gem 'webmock', '~> 3.24' end gem 'pry', '~> 0.14.2', group: %i[development test] diff --git a/Gemfile.lock b/Gemfile.lock index 81ffabe..0eaaad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) @@ -13,7 +13,7 @@ GEM rexml diff-lcs (1.5.1) docile (1.4.0) - hashdiff (1.1.0) + hashdiff (1.1.1) iniparse (1.5.0) json (2.7.2) language_server-protocol (3.17.0.3) @@ -37,7 +37,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.5) + public_suffix (6.0.1) puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) @@ -51,7 +51,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) regexp_parser (2.9.2) - rexml (3.3.7) + rexml (3.3.8) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -107,7 +107,7 @@ GEM tilt (~> 2.0) tilt (2.3.0) unicode-display_width (2.5.0) - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -128,7 +128,7 @@ DEPENDENCIES simplecov-cobertura sinatra (~> 4.0) sinatra-contrib (~> 4.0) - webmock (~> 3.23) + webmock (~> 3.24) BUNDLED WITH 2.3.16