Bump webmock from 3.10.0 to 3.11.0 (#11986)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.10.0 to 3.11.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.10.0...v3.11.0) 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
6b11fc4f6c
commit
eba7c522db
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -164,6 +164,6 @@ 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.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
|
||||
gem "webdrivers", "~> 4.4" # Run Selenium tests more easily with install and updates for all supported webdrivers
|
||||
gem "webmock", "~> 3.10", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
|
||||
gem "webmock", "~> 3.11", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
|
||||
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone
|
||||
end
|
||||
|
|
|
|||
|
|
@ -792,7 +792,7 @@ GEM
|
|||
nokogiri (~> 1.6)
|
||||
rubyzip (>= 1.3.0)
|
||||
selenium-webdriver (>= 3.0, < 4.0)
|
||||
webmock (3.10.0)
|
||||
webmock (3.11.0)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff (>= 0.4.0, < 2.0.0)
|
||||
|
|
@ -964,7 +964,7 @@ DEPENDENCIES
|
|||
wcag_color_contrast (~> 0.1)
|
||||
web-console (~> 4.1)
|
||||
webdrivers (~> 4.4)
|
||||
webmock (~> 3.10)
|
||||
webmock (~> 3.11)
|
||||
webpacker (~> 5.2.1)
|
||||
yard (~> 0.9.25)
|
||||
yard-activerecord (~> 0.0.16)
|
||||
|
|
|
|||
BIN
vendor/cache/webmock-3.10.0.gem
vendored
BIN
vendor/cache/webmock-3.10.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/webmock-3.11.0.gem
vendored
Normal file
BIN
vendor/cache/webmock-3.11.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue