From 11caa019838c042ff659cac90b3779f975a4d99d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:41:19 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 81cdc732..bbafd65b 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do gem 'selenium-webdriver', '~> 4.25.0' gem 'shoulda-matchers', '~> 6.3' gem 'simplecov', '~> 0.22.0', require: false - gem 'webmock', '~> 3.23' + gem 'webmock', '~> 3.24' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index f171347e..25240737 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -482,7 +482,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.7) + rexml (3.3.8) rouge (4.3.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -590,7 +590,7 @@ GEM useragent (0.16.10) warden (1.2.9) rack (>= 2.0.9) - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -677,7 +677,7 @@ DEPENDENCIES sprockets-rails (~> 3.5, >= 3.5.2) strong_migrations (~> 2.0) tzinfo-data - webmock (~> 3.23) + webmock (~> 3.24) yaaf (~> 3.0) RUBY VERSION