Bump webmock from 3.6.2 to 3.7.2 (#3979) [ci skip]

Bumps [webmock](https://github.com/bblimke/webmock) from 3.6.2 to 3.7.2.
- [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.6.2...v3.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-09 13:41:22 -04:00 committed by Mac Siri
parent c6b9da1563
commit 47aad8ce1a
2 changed files with 3 additions and 3 deletions

View file

@ -152,7 +152,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", "~> 5.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
gem "webdrivers", "~> 4.1" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webmock", "~> 3.6" # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
gem "webmock", "~> 3.7" # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone
end

View file

@ -817,7 +817,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (>= 3.0, < 4.0)
webmock (3.6.2)
webmock (3.7.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
@ -979,7 +979,7 @@ DEPENDENCIES
vcr (~> 5.0)
web-console (~> 3.7)
webdrivers (~> 4.1)
webmock (~> 3.6)
webmock (~> 3.7)
webpacker (~> 3.5)
webpush (~> 1.0)
yard (~> 0.9.20)