Skip to content

Commit

Permalink
Update Webmock to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanjbrown committed May 14, 2021
1 parent 1428433 commit 513ae3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -131,7 +131,7 @@ group :test do
gem 'launchy'
gem 'timecop'
gem 'guard-rspec'
gem 'webmock'
gem 'webmock', '~> 3.13'
gem 'simplecov', require: false
gem 'simplecov-cobertura', require: false
gem 'clockwork-test'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -563,7 +563,7 @@ GEM
webfinger (1.1.0)
activesupport
httpclient (>= 2.4)
webmock (3.12.2)
webmock (3.13.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -666,7 +666,7 @@ DEPENDENCIES
uk_postcode
view_component
web-console (>= 3.3.0)
webmock
webmock (~> 3.13)
webpacker
wkhtmltopdf-binary
workflow
Expand Down

0 comments on commit 513ae3d

Please sign in to comment.