diff --git a/Gemfile b/Gemfile index 5b0be8150..10f5b07c1 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 6fe8a498f..cedd4471e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/vcr-5.1.0.gem b/vendor/cache/vcr-5.1.0.gem deleted file mode 100644 index 47d4a2580..000000000 Binary files a/vendor/cache/vcr-5.1.0.gem and /dev/null differ diff --git a/vendor/cache/vcr-6.0.0.gem b/vendor/cache/vcr-6.0.0.gem new file mode 100644 index 000000000..eef925b82 Binary files /dev/null and b/vendor/cache/vcr-6.0.0.gem differ