Bump webmock from 3.18.1 to 3.19.0

Bumps [webmock](https://github.com/bblimke/webmock) from 3.18.1 to 3.19.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.18.1...v3.19.0)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-28 09:41:09 +00:00 committed by GitHub
parent 0119f38ad9
commit 6afb47c609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -14,5 +14,5 @@ group :test do
gem 'rb-readline'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.56'
gem 'webmock', '~> 3.13'
gem 'webmock', '~> 3.19'
end