As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Unverified Commit 1a34780d authored by Robert Speicher's avatar Robert Speicher
Browse files

Update VCR to 4.0.0

parent 122d84a4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,6 +8,6 @@ group :development, :test do
gem 'rspec-its', '~> 1.0.0'
gem 'rubocop', '0.49.1', require: false
gem 'simplecov', '~> 0.9.0', require: false
gem 'vcr', '~> 2.4.0'
gem 'vcr', '~> 4.0.0'
gem 'webmock', '~> 1.9.0'
end
Loading
Loading
@@ -59,7 +59,7 @@ GEM
simplecov-html (0.9.0)
thor (0.20.0)
unicode-display_width (1.4.0)
vcr (2.4.0)
vcr (4.0.0)
webmock (1.9.3)
addressable (>= 2.2.7)
crack (>= 0.3.2)
Loading
Loading
@@ -75,7 +75,7 @@ DEPENDENCIES
rspec-its (~> 1.0.0)
rubocop (= 0.49.1)
simplecov (~> 0.9.0)
vcr (~> 2.4.0)
vcr (~> 4.0.0)
webmock (~> 1.9.0)
BUNDLED WITH
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment