From 2d4d685bdb6c00cf5992b08f6a9a49afd1ed719c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 2 May 2018 05:24:02 +0000 Subject: [PATCH] Bump webmock from 3.4.0 to 3.4.1 Bumps [webmock](https://github.com/bblimke/webmock) from 3.4.0 to 3.4.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.4.0...v3.4.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b25b6d21b..10eab23a7 100644 --- a/Gemfile +++ b/Gemfile @@ -39,5 +39,5 @@ group :test do gem 'faker' gem 'mocha' gem 'poltergeist', require: false - gem 'webmock', '~> 3.4.0', require: false + gem 'webmock', '~> 3.4.1', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 4591e7445..7d099c219 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,7 +332,7 @@ GEM unicorn (5.4.0) kgio (~> 2.6) raindrops (~> 0.7) - webmock (3.4.0) + webmock (3.4.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -384,7 +384,7 @@ DEPENDENCIES sass-rails (~> 5.0) slimmer (~> 12.1) uglifier (>= 1.3.0) - webmock (~> 3.4.0) + webmock (~> 3.4.1) wraith (~> 4.2) RUBY VERSION