From f36965b764ff884724a85902ce337d55269d6cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:54:55 +0000 Subject: [PATCH] build(deps): bump webmock from 3.23.0 to 3.24.0 Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.0 to 3.24.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.23.0...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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 89b69887..0cfeab02 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ group :test do gem 'factory_bot_rails', '~> 6.4.3' gem 'codeclimate-test-reporter', '~> 1.0.7', require: nil gem 'rails-controller-testing' # Rails 4 fallback - gem 'webmock', '~> 3.23' + gem 'webmock', '~> 3.24' gem 'timecop' # Adds support for Capybara system testing and selenium driver diff --git a/Gemfile.lock b/Gemfile.lock index 2bdcceef..ff0896c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,8 +75,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) audited (5.6.0) activerecord (>= 5.2, < 7.2) @@ -221,7 +221,7 @@ GEM activesupport (>= 5.1) haml (>= 4.0.6) railties (>= 5.1) - hashdiff (1.1.0) + hashdiff (1.1.1) hashie (5.0.0) httparty (0.21.0) mini_mime (>= 1.0.0) @@ -332,7 +332,7 @@ GEM method_source (~> 1.0) psych (5.1.2) stringio - public_suffix (5.0.4) + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) raabro (1.4.0) @@ -409,7 +409,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.6) + rexml (3.3.8) roadie (5.2.1) css_parser (~> 1.4) nokogiri (~> 1.15) @@ -511,7 +511,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.23.0) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -601,7 +601,7 @@ DEPENDENCIES valid_attribute validate_url web-console (>= 3.3.0) - webmock (~> 3.23) + webmock (~> 3.24) RUBY VERSION ruby 3.0.6p216