Bump webmock from 3.14.0 to 3.16.0 (#18265)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.14.0 to 3.16.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.14.0...v3.16.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:
parent
815b98168e
commit
55f4448269
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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.14", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
|
||||
gem "webmock", "~> 3.16", 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
|
||||
|
|
|
|||
|
|
@ -923,7 +923,7 @@ GEM
|
|||
nokogiri (~> 1.6)
|
||||
rubyzip (>= 1.3.0)
|
||||
selenium-webdriver (~> 4.0)
|
||||
webmock (3.14.0)
|
||||
webmock (3.16.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.14)
|
||||
webmock (~> 3.16)
|
||||
webpacker (~> 5.4.3)
|
||||
with_model (~> 2.1.6)
|
||||
yard (~> 0.9)
|
||||
|
|
|
|||
BIN
vendor/cache/webmock-3.14.0.gem
vendored
BIN
vendor/cache/webmock-3.14.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/webmock-3.16.0.gem
vendored
Normal file
BIN
vendor/cache/webmock-3.16.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue