From eeca1e1e5d36d8f274aad01705ef08842feffa84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 04:09:51 +0000 Subject: [PATCH] build(deps-dev): bump webmock from 3.20.0 to 3.21.2 Bumps [webmock](https://github.com/bblimke/webmock) from 3.20.0 to 3.21.2. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.20.0...v3.21.2) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c6956d9ff0..d3ddb9183e 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.20" + gem "webmock", "~> 3.21" # Interface capybara to chrome headless gem "cuprite" end diff --git a/Gemfile.lock b/Gemfile.lock index 1f252a589f..5412ea9f4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM connection_pool (2.4.1) coverband (6.0.1) redis (>= 3.0) - crack (0.4.6) + crack (1.0.0) bigdecimal rexml crass (1.0.6) @@ -640,7 +640,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.20.0) + webmock (3.21.2) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -748,7 +748,7 @@ DEPENDENCIES terser turbo-rails web-console - webmock (~> 3.20) + webmock (~> 3.21) BUNDLED WITH 2.5.4