From a4cf1afc71293123c2b2d46c5508a620c1258b63 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 09:19:37 +0000 Subject: [PATCH] Bump webmock from 3.7.4 to 3.8.2 Bumps [webmock](https://github.com/bblimke/webmock) from 3.7.4 to 3.8.2. - [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.7.4...v3.8.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c2a937f5..c31c99a4 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ group :test do gem 'minitest-rails-capybara' gem 'selenium-webdriver' gem 'vcr', '~> 5.0' - gem 'webmock', '~> 3.7' + gem 'webmock', '~> 3.8' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 7e42701d..7568be74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,7 @@ GEM orm_adapter (0.5.0) pg (1.1.4) popper_js (1.14.5) - public_suffix (4.0.1) + public_suffix (4.0.3) puma (3.12.1) rack (2.0.7) rack-cors (1.0.3) @@ -297,7 +297,7 @@ GEM activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - webmock (3.7.4) + webmock (3.8.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -352,7 +352,7 @@ DEPENDENCIES uglifier (>= 1.3.0) vcr (~> 5.0) web-console (>= 3.3.0) - webmock (~> 3.7) + webmock (~> 3.8) webpacker (~> 3.5) BUNDLED WITH