From 8daf3182a5c9234029566142664d7430a2703df9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 16:44:10 +0000 Subject: [PATCH] Update webmock requirement from ~>1.18.0 to ~> 2.3.2 Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version. - [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.18.0...v2.3.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e6f772a..3a5e084 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ gemspec group :test do gem 'simplecov', '~>0.9.0', :require => false - gem 'webmock', '~>1.18.0' + gem 'webmock', '~>2.3.2' gem 'safe_yaml', '~>1.0.4' gem 'vcr', '~>2.9.0' gem 'rspec', '~>3.0.0'