From d9e39959729bc773e0767e4f841926718fb1a33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 30 Apr 2018 09:13:32 +0000 Subject: [PATCH] Bump webmock from 1.22.3 to 3.4.0 Bumps [webmock](https://github.com/bblimke/webmock) from 1.22.3 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/v1.22.3...v3.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index de6dda4..af444c3 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,6 @@ group :development do end group :test do - gem 'webmock', '~> 1.22' + gem 'webmock', '~> 3.4' gem 'rantly', '~> 0.3.2' end diff --git a/Gemfile.lock b/Gemfile.lock index cd1b635..18a46d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GIT concurrent-ruby (~> 1.0) PATH - remote: ./vendor/gocardless_pro + remote: vendor/gocardless_pro specs: gocardless_pro (1.0.2) faraday (>= 0.8.9, < 0.10) @@ -44,7 +44,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.4.0) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) airbrake (5.0.2) airbrake-ruby (~> 1.0) airbrake-ruby (1.0.2) @@ -65,7 +66,7 @@ GEM erubis (2.7.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) - hashdiff (0.2.3) + hashdiff (0.3.7) http_router (0.11.2) rack (>= 1.0.0) url_mount (~> 0.2.1) @@ -112,6 +113,7 @@ GEM pry-doc (0.8.0) pry (~> 0.9) yard (~> 0.8) + public_suffix (3.0.2) puma (2.15.3) rack (1.6.4) rack-test (0.6.3) @@ -150,7 +152,7 @@ GEM thread_safe (~> 0.1) url_mount (0.2.1) rack - webmock (1.22.3) + webmock (3.4.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -183,7 +185,7 @@ DEPENDENCIES rubocop! sequel (~> 4.27) sqlite3 (~> 1.3) - webmock (~> 1.22) + webmock (~> 3.4) BUNDLED WITH 1.11.2