From 949822f26c3be3daa7905598cff8f79ef717b61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:46:52 +0000 Subject: [PATCH] Bump webmock from 3.12.1 to 3.17.0 Bumps [webmock](https://github.com/bblimke/webmock) from 3.12.1 to 3.17.0. - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.12.1...v3.17.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 5e9a0cb0..cf35c71f 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :test do gem 'rack-test' gem 'rspec', '~> 3.10' gem 'simplecov', '0.21.2', require: false - gem 'webmock', '~> 3.12' + gem 'webmock', '~> 3.17' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index fbf959ef..31992394 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) aes_key_wrap (1.1.0) after_commit_everywhere (0.1.5) @@ -103,7 +103,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.6) + public_suffix (4.0.7) puma (5.3.1) nio4r (~> 2.0) racc (1.5.2) @@ -125,7 +125,7 @@ GEM rainbow (3.0.0) rake (13.0.3) regexp_parser (2.1.1) - rexml (3.2.4) + rexml (3.2.5) roda (3.40.0) rack rodauth (2.9.0) @@ -190,8 +190,8 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode-display_width (2.0.0) - webmock (3.12.1) - addressable (>= 2.3.6) + webmock (3.17.0) + addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) zeitwerk (2.4.2) @@ -218,7 +218,7 @@ DEPENDENCIES sentry-raven simplecov (= 0.21.2) sinatra - webmock (~> 3.12) + webmock (~> 3.17) RUBY VERSION ruby 2.6.6p146