Bump vcr from 6.0.0 to 6.1.0 (#16882)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
624cbff681
commit
4f595c57bd
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -161,7 +161,7 @@ group :test do
|
|||
gem "stripe-ruby-mock", "3.1.0.rc3", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
|
||||
gem "test-prof", "~> 1.0" # 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", "~> 6.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
|
||||
gem "vcr", "~> 6.1" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
|
||||
gem "webdrivers", "~> 5.0" # Run Selenium tests more easily with install and updates for all supported webdrivers
|
||||
gem "webmock", "~> 3.14", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
|
||||
gem "with_model", "~> 2.1.6" # Dynamically build a model within an RSpec context
|
||||
|
|
|
|||
|
|
@ -845,7 +845,7 @@ GEM
|
|||
public_suffix
|
||||
vault (0.16.0)
|
||||
aws-sigv4
|
||||
vcr (6.0.0)
|
||||
vcr (6.1.0)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
warning (1.2.1)
|
||||
|
|
@ -1031,7 +1031,7 @@ DEPENDENCIES
|
|||
uglifier (~> 4.2)
|
||||
validate_url (~> 1.0)
|
||||
vault (~> 0.16)
|
||||
vcr (~> 6.0)
|
||||
vcr (~> 6.1)
|
||||
warning (~> 1.2)
|
||||
wcag_color_contrast (~> 0.1)
|
||||
web-console (~> 4.2)
|
||||
|
|
|
|||
BIN
vendor/cache/vcr-6.0.0.gem
vendored
BIN
vendor/cache/vcr-6.0.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/vcr-6.1.0.gem
vendored
Normal file
BIN
vendor/cache/vcr-6.1.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue