From 3c2389799eb02dbf1a6792126d9b2801374da4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 10:59:31 +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 | 4 ++-- Gemfile.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 0eb960ec6..ec7c57916 100644 --- a/Gemfile +++ b/Gemfile @@ -11,10 +11,10 @@ source "https://rubygems.org" do group :test do gem "database_cleaner" - gem "pry", "~> 0.13.1" + 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 956739f03..9adde2d9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM ast (~> 2.4.1) pg (1.2.3) prettier (1.5.1) - pry (0.13.1) + pry (0.14.0) coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) @@ -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) @@ -190,7 +190,7 @@ DEPENDENCIES ougai (~> 1.9)! pg! prettier (~> 1.5.1)! - pry (~> 0.13.1)! + pry (~> 0.14.0)! rack-test (~> 1.1.0)! rake! rspec (~> 3.10)! @@ -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