From 4d832af69d7fe5d2fee9331e36d01baf6bfc4e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:54:24 +0000 Subject: [PATCH] Bump webmock from 3.8.3 to 3.12.1 Bumps [webmock](https://github.com/bblimke/webmock) from 3.8.3 to 3.12.1. - [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.8.3...v3.12.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 71bb6d3bad7a8..d5fff3a604863 100644 --- a/Gemfile +++ b/Gemfile @@ -125,7 +125,7 @@ group :test do gem 'rails-controller-testing', '~> 1.0' gem 'rspec-sidekiq', '~> 3.0' gem 'simplecov', '~> 0.18', require: false - gem 'webmock', '~> 3.8' + gem 'webmock', '~> 3.12' gem 'parallel_tests', '~> 2.32' gem 'rspec_junit_formatter', '~> 0.4' end diff --git a/Gemfile.lock b/Gemfile.lock index f885dc619477d..dcaae11e98277 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,8 +167,8 @@ GEM coderay (1.1.3) concurrent-ruby (1.1.6) connection_pool (2.2.3) - crack (0.4.3) - safe_yaml (~> 1.0.0) + crack (0.4.5) + rexml crass (1.0.6) css_parser (1.7.1) addressable @@ -433,7 +433,7 @@ GEM pry (~> 0.13.0) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (4.0.5) + public_suffix (4.0.6) puma (4.3.5) nio4r (~> 2.0) pundit (2.1.0) @@ -564,7 +564,6 @@ GEM nokogiri (>= 1.5.10) rufus-scheduler (3.6.0) fugit (~> 1.1, >= 1.1.6) - safe_yaml (1.0.5) sanitize (5.1.0) crass (~> 1.0.2) nokogiri (>= 1.8.0) @@ -647,7 +646,7 @@ GEM uniform_notifier (1.13.0) warden (1.2.8) rack (>= 2.0.6) - webmock (3.8.3) + webmock (3.12.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -794,6 +793,6 @@ DEPENDENCIES tty-prompt (~> 0.21) twitter-text (~> 1.14) tzinfo-data (~> 1.2020) - webmock (~> 3.8) + webmock (~> 3.12) webpacker (~> 5.1) webpush