Skip to content

Commit

Permalink
Bump webmock from 3.11.2 to 3.12.1
Browse files Browse the repository at this point in the history
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](bblimke/webmock@v3.11.2...v3.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent 948465d commit 3c23897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)!
Expand All @@ -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
Expand Down

0 comments on commit 3c23897

Please sign in to comment.