Adds VCR to the stack

...And sets gems in alphabetical order
This commit is contained in:
filipefurtad0
2022-09-01 19:00:17 +01:00
parent e0aa94e6af
commit 038b93fdf6
2 changed files with 3 additions and 0 deletions

View File

@@ -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'

View File

@@ -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!