From d3c646c1dc6f9de296e103d3c5f0f8c37e85b1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 13:02:08 +0000 Subject: [PATCH] Update webmock requirement from 1.21.0 to 3.11.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.21.0...v3.11.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 31842ef..6e6c188 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,5 @@ group :test do gem 'rb-readline' gem 'rspec', '~> 3.10.0' gem 'rubocop', '~> 0.52' - gem 'webmock', '1.21.0' + gem 'webmock', '3.11.2' end