diff --git a/Gemfile b/Gemfile index 5e84b5cb31..9d8cbf334b 100644 --- a/Gemfile +++ b/Gemfile @@ -162,6 +162,7 @@ group :test do gem 'rails-controller-testing' gem 'simplecov', require: false gem 'test-prof' + gem 'vcr' gem 'webmock' # See spec/spec_helper.rb for instructions # gem 'perftools.rb' diff --git a/Gemfile.lock b/Gemfile.lock index 9e1322f15d..ce0c0f601a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -640,6 +640,7 @@ GEM activemodel (>= 3.2) mail (~> 2.5) view_component (2.72.0) + vcr (6.1.0) activesupport (>= 5.0.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -798,6 +799,7 @@ DEPENDENCIES timecop uglifier (>= 1.0.3) valid_email2 + vcr view_component view_component_storybook web!