Bump vcr from 5.0.0 to 5.1.0 (#5995)
Bumps [vcr](https://github.com/vcr/vcr) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](https://github.com/vcr/vcr/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
bdf0888590
commit
d090ebf026
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -155,7 +155,7 @@ group :test do
|
||||||
gem "stripe-ruby-mock", "~> 2.5", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
|
gem "stripe-ruby-mock", "~> 2.5", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
|
||||||
gem "test-prof", "~> 0.10" # Ruby Tests Profiling Toolbox
|
gem "test-prof", "~> 0.10" # 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 "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 "vcr", "~> 5.1" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
|
||||||
gem "webdrivers", "~> 4.2" # Run Selenium tests more easily with install and updates for all supported webdrivers
|
gem "webdrivers", "~> 4.2" # 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 "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
|
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone
|
||||||
|
|
|
||||||
|
|
@ -826,7 +826,7 @@ GEM
|
||||||
validate_url (1.0.8)
|
validate_url (1.0.8)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
public_suffix
|
public_suffix
|
||||||
vcr (5.0.0)
|
vcr (5.1.0)
|
||||||
virtus (1.0.5)
|
virtus (1.0.5)
|
||||||
axiom-types (~> 0.1)
|
axiom-types (~> 0.1)
|
||||||
coercible (~> 1.0)
|
coercible (~> 1.0)
|
||||||
|
|
@ -1004,7 +1004,7 @@ DEPENDENCIES
|
||||||
uglifier (~> 4.2)
|
uglifier (~> 4.2)
|
||||||
ulid (~> 1.1)
|
ulid (~> 1.1)
|
||||||
validate_url (~> 1.0)
|
validate_url (~> 1.0)
|
||||||
vcr (~> 5.0)
|
vcr (~> 5.1)
|
||||||
web-console (~> 3.7)
|
web-console (~> 3.7)
|
||||||
webdrivers (~> 4.2)
|
webdrivers (~> 4.2)
|
||||||
webmock (~> 3.8)
|
webmock (~> 3.8)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue