Bump vcr from 5.1.0 to 6.0.0 (#8121)

* Bump vcr from 5.1.0 to 6.0.0

Bumps [vcr](https://github.com/vcr/vcr) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/vcr/vcr/releases)
- [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/vcr/vcr/blob/master/Upgrade.md)
- [Commits](https://github.com/vcr/vcr/compare/v5.1.0...v6.0.0)

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

* Bump vcr from 5.1.0 to 6.0.0 (Update vendor/cache)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-28 15:13:15 -05:00 committed by GitHub
parent 1dd048cd30
commit fcb71ab2cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -160,7 +160,7 @@ group :test do
gem "stripe-ruby-mock", "~> 3.0", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
gem "test-prof", "~> 0.11" # Ruby Tests Profiling Toolbox
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.1" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
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.3" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webmock", "~> 3.8" # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone

View file

@ -809,7 +809,7 @@ GEM
validate_url (1.0.11)
activemodel (>= 3.0.0)
public_suffix
vcr (5.1.0)
vcr (6.0.0)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
@ -993,7 +993,7 @@ DEPENDENCIES
uglifier (~> 4.2)
ulid (~> 1.2)
validate_url (~> 1.0)
vcr (~> 5.1)
vcr (~> 6.0)
web-console (~> 3.7)
webdrivers (~> 4.3)
webmock (~> 3.8)

Binary file not shown.

BIN
vendor/cache/vcr-6.0.0.gem vendored Normal file

Binary file not shown.