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:
parent
1dd048cd30
commit
fcb71ab2cc
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
BIN
vendor/cache/vcr-5.1.0.gem
vendored
BIN
vendor/cache/vcr-5.1.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/vcr-6.0.0.gem
vendored
Normal file
BIN
vendor/cache/vcr-6.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue