diff --git a/Gemfile b/Gemfile index 68f8deeb62..a19d732d25 100644 --- a/Gemfile +++ b/Gemfile @@ -84,6 +84,6 @@ group :test do gem 'rspec-snapshot', '~> 2.0' gem 'shoulda-matchers', '~> 6.1' gem 'simplecov', '~> 0.22', require: false - gem 'vcr', '~> 6.2' + gem 'vcr', '~> 6.3' gem 'webmock', '~> 3.23' end diff --git a/Gemfile.lock b/Gemfile.lock index 1aaf70a909..b3c93aa6ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -560,7 +560,8 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) uri (0.13.0) - vcr (6.2.0) + vcr (6.3.1) + base64 version_gem (1.1.4) view_component (3.16.0) activesupport (>= 5.2.0, < 8.0) @@ -659,7 +660,7 @@ DEPENDENCIES stackprof (~> 0.2) stimulus-rails (~> 1.3) turbo-rails (~> 2.0) - vcr (~> 6.2) + vcr (~> 6.3) view_component (~> 3.16) web-console (~> 4.2) webmock (~> 3.23)