From 063ff7df0d3f86044fca35cb2a21815c6cea3c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 30 Apr 2018 05:55:27 +0000 Subject: [PATCH] Bump webmock from 3.3.0 to 3.4.0 Bumps [webmock](https://github.com/bblimke/webmock) from 3.3.0 to 3.4.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.3.0...v3.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 91cdd3c2f..1d9013d50 100644 --- a/Gemfile +++ b/Gemfile @@ -39,5 +39,5 @@ group :test do gem 'faker' gem 'mocha' gem 'poltergeist', require: false - gem 'webmock', '~> 3.3.0', require: false + gem 'webmock', '~> 3.4.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index c781580bd..ffc1d5024 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,7 +332,7 @@ GEM unicorn (5.4.0) kgio (~> 2.6) raindrops (~> 0.7) - webmock (3.3.0) + webmock (3.4.0) 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.3.0) + webmock (~> 3.4.0) wraith (~> 4.2) RUBY VERSION