Bump webmock from 3.5.1 to 3.6.0 (#3096) [ci skip]
Bumps [webmock](https://github.com/bblimke/webmock) from 3.5.1 to 3.6.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.5.1...v3.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
9184645fc7
commit
907a489ba9
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -153,7 +153,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", "~> 3.9" # Run Selenium tests more easily with install and updates for all supported webdrivers
|
||||
gem "webmock", "~> 3.5" # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
|
||||
gem "webmock", "~> 3.6" # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
|
||||
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone
|
||||
end
|
||||
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -396,7 +396,7 @@ GEM
|
|||
guard (~> 2.1)
|
||||
guard-compat (~> 1.1)
|
||||
rspec (>= 2.99.0, < 4.0)
|
||||
hashdiff (0.3.8)
|
||||
hashdiff (0.4.0)
|
||||
hashie (3.6.0)
|
||||
heapy (0.1.4)
|
||||
hkdf (0.3.0)
|
||||
|
|
@ -663,7 +663,7 @@ GEM
|
|||
jquery-fileupload-rails (~> 0.4.1)
|
||||
rails (>= 3.1)
|
||||
sass-rails (>= 3.1)
|
||||
safe_yaml (1.0.4)
|
||||
safe_yaml (1.0.5)
|
||||
safely_block (0.2.1)
|
||||
errbase
|
||||
sail (1.5.1)
|
||||
|
|
@ -804,10 +804,10 @@ GEM
|
|||
nokogiri (~> 1.6)
|
||||
rubyzip (~> 1.0)
|
||||
selenium-webdriver (~> 3.0)
|
||||
webmock (3.5.1)
|
||||
webmock (3.6.0)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff
|
||||
hashdiff (>= 0.4.0, < 2.0.0)
|
||||
webpacker (3.5.5)
|
||||
activesupport (>= 4.2)
|
||||
rack-proxy (>= 0.6.1)
|
||||
|
|
@ -961,7 +961,7 @@ DEPENDENCIES
|
|||
vcr (~> 5.0)
|
||||
web-console (~> 3.7)
|
||||
webdrivers (~> 3.9)
|
||||
webmock (~> 3.5)
|
||||
webmock (~> 3.6)
|
||||
webpacker (~> 3.5)
|
||||
webpush (~> 0.3)
|
||||
yard (~> 0.9.19)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue