Bump webmock from 3.16.0 to 3.17.0 (#18280)

Bumps [webmock](https://github.com/bblimke/webmock) from 3.16.0 to 3.17.0.
- [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.16.0...v3.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-08 10:41:11 +02:00 committed by GitHub
parent b58d990bb5
commit cafd634328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -168,7 +168,7 @@ group :test do
gem "timecop", "~> 0.9" # A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code
gem "vcr", "~> 6.1" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
gem "webdrivers", "~> 5.0" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webmock", "~> 3.16", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
gem "webmock", "~> 3.17", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
gem "with_model", "~> 2.1.6" # Dynamically build a model within an RSpec context
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone
end

View file

@ -923,7 +923,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webmock (3.16.0)
webmock (3.17.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
@ -1106,7 +1106,7 @@ DEPENDENCIES
wcag_color_contrast (~> 0.1)
web-console (~> 4.2)
webdrivers (~> 5.0)
webmock (~> 3.16)
webmock (~> 3.17)
webpacker (~> 5.4.3)
with_model (~> 2.1.6)
yard (~> 0.9)

Binary file not shown.

BIN
vendor/cache/webmock-3.17.0.gem vendored Normal file

Binary file not shown.