From 8662105776fe929cfe62d3652d0f332874b907e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:03:16 +0000 Subject: [PATCH] Bump webmock from 3.19.1 to 3.20.0 Bumps [webmock](https://github.com/bblimke/webmock) from 3.19.1 to 3.20.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.19.1...v3.20.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 | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ec3877cb7c..da0ace5d70 100644 --- a/Gemfile +++ b/Gemfile @@ -198,7 +198,7 @@ group :test do # More concise test ("should") matchers gem 'shoulda-matchers', '~> 6.1' # Mock HTTP requests and ensure they are not called during tests. - gem "webmock", "~> 3.19" + gem "webmock", "~> 3.20" # Interface capybara to chrome headless gem "cuprite" end diff --git a/Gemfile.lock b/Gemfile.lock index fc28b6bb8d..cd6e48a723 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,6 +95,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties + bigdecimal (3.1.6) bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) @@ -132,7 +133,8 @@ GEM connection_pool (2.4.1) coverband (6.0.1) redis (>= 3.0) - crack (0.4.5) + crack (0.4.6) + bigdecimal rexml crass (1.0.6) cuprite (0.15) @@ -270,7 +272,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - hashdiff (1.0.1) + hashdiff (1.1.0) hashie (5.0.0) httparty (0.21.0) mini_mime (>= 1.0.0) @@ -636,7 +638,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.19.1) + webmock (3.20.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -744,7 +746,7 @@ DEPENDENCIES terser turbo-rails web-console - webmock (~> 3.19) + webmock (~> 3.20) BUNDLED WITH 2.5.4