From c696293a1fbb429ef18a24ee22ed5f338b23076a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:58:22 +0000 Subject: [PATCH] Bump webmock from 3.19.1 to 3.23.1 Bumps [webmock](https://github.com/bblimke/webmock) from 3.19.1 to 3.23.1. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.19.1...v3.23.1) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index c44ed61..0674c7c 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,5 @@ group :development, :test do gem 'rubocop-rspec', '~> 2.24' gem 'timecop', '~> 0.9' gem 'vcr', '~> 5.0' - gem 'webmock', '~> 3.19' + gem 'webmock', '~> 3.23' end diff --git a/Gemfile.lock b/Gemfile.lock index 2fd314b..23c51de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) bagit (0.4.6) @@ -49,7 +49,8 @@ GEM connection_pool (2.4.1) cork (0.3.0) colored2 (~> 3.1) - crack (0.4.5) + crack (1.0.0) + bigdecimal rexml daemons (1.4.1) danger (9.3.2) @@ -87,7 +88,7 @@ GEM git (1.18.0) addressable (~> 2.8) rchardet (~> 1.8) - hashdiff (1.0.1) + hashdiff (1.1.0) htmlentities (4.3.4) http-accept (1.7.0) http-cookie (1.0.5) @@ -133,7 +134,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - public_suffix (5.0.3) + public_suffix (5.0.5) racc (1.8.0) rainbow (3.1.1) rake (13.0.6) @@ -234,7 +235,7 @@ GEM macaddr (~> 1.0) validatable (1.6.7) vcr (5.1.0) - webmock (3.19.1) + webmock (3.23.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -254,7 +255,7 @@ DEPENDENCIES rubocop-rspec (~> 2.24) timecop (~> 0.9) vcr (~> 5.0) - webmock (~> 3.19) + webmock (~> 3.23) BUNDLED WITH 2.3.12