From 9006898b3c1a0f4c2904a699c95632ea01427072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 11:09:26 +0000 Subject: [PATCH] Bump webmock from 3.11.2 to 3.12.1 Bumps [webmock](https://github.com/bblimke/webmock) from 3.11.2 to 3.12.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.11.2...v3.12.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 bde7fdbb7..d7e50a367 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ source "https://rubygems.org" do gem "pry", "~> 0.14.0" gem "rack-test", "~> 1.1.0" gem "rspec", "~>3.10" - gem "webmock", "~> 3.11" + gem "webmock", "~> 3.12" end gem "aws-sdk-s3", "~> 1.86" diff --git a/Gemfile.lock b/Gemfile.lock index 93c8a79f3..157c7aab0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM unicode-display_width (1.7.0) unleash (3.2.1) murmurhash3 (~> 0.1.6) - webmock (3.11.2) + webmock (3.12.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -202,7 +202,7 @@ DEPENDENCIES sinatra-contrib! sinatra-cross_origin (~> 0.4.0)! unleash (~> 3.2.1)! - webmock (~> 3.11)! + webmock (~> 3.12)! zeitwerk (~> 2.4.1)! RUBY VERSION