Update webmock requirement from 1.21.0 to 3.8.3

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.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-07 14:35:28 +00:00 committed by GitHub
parent f357607187
commit 5ddb20be23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,5 @@ group :test do
gem 'rb-readline' gem 'rb-readline'
gem 'rspec', '~> 3.9.0' gem 'rspec', '~> 3.9.0'
gem 'rubocop', '~> 0.52' gem 'rubocop', '~> 0.52'
gem 'webmock', '1.21.0' gem 'webmock', '3.8.3'
end end