From 839d26f3cded035d00309156fd45b448d12cd466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:02:58 +0000 Subject: [PATCH] Bump webmock from 3.18.1 to 3.19.1 Bumps [webmock](https://github.com/bblimke/webmock) from 3.18.1 to 3.19.1. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.18.1...v3.19.1) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 054b5c9..786b73d 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "rake", "~> 13.0" gem "rspec", "~> 3.12" gem "rubocop", "~> 1.50.2" gem "vcr", "~> 6.1.0" -gem "webmock", "~> 3.18.1" +gem "webmock", "~> 3.19.1" diff --git a/Gemfile.lock b/Gemfile.lock index 3bb3112..6355fc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) byebug (11.1.3) @@ -28,11 +28,11 @@ GEM parallel (1.22.1) parser (3.2.2.0) ast (~> 2.4.1) - public_suffix (5.0.1) + public_suffix (5.0.4) rainbow (3.1.1) rake (13.0.6) regexp_parser (2.8.0) - rexml (3.2.5) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -62,7 +62,7 @@ GEM ruby2_keywords (0.0.5) unicode-display_width (2.4.2) vcr (6.1.0) - webmock (3.18.1) + webmock (3.19.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -78,7 +78,7 @@ DEPENDENCIES rspec (~> 3.12) rubocop (~> 1.50.2) vcr (~> 6.1.0) - webmock (~> 3.18.1) + webmock (~> 3.19.1) BUNDLED WITH 2.4.5