Skip to content

Commit 38a5550

Browse files
committed
Add VCR gem
1 parent e13e01b commit 38a5550

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ group :development, :test do
7777
gem "reek", require: false # Code smell detector for Ruby [https://github.com/troessner/reek]
7878
gem "rspec-rails" # RSpec for Rails [https://github.com/rspec/rspec-rails]
7979
gem "standard", require: false # Ruby style guide, linter, and formatter [https://github.com/testdouble/standard]
80+
gem "vcr", require: false # Record your test suite's HTTP interactions and replay them during future test runs [https://github.com/vcr/vcr]
8081
gem "w3c_validators", require: false # W3C HTML and CSS validators [https://github.com/w3c-validators/w3c_validators]
8182
end
8283

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ GEM
507507
tzinfo-data (1.2024.1)
508508
tzinfo (>= 1.0.0)
509509
unicode-display_width (2.5.0)
510+
vcr (6.2.0)
510511
vite_rails (3.0.17)
511512
railties (>= 5.1, < 8)
512513
vite_ruby (~> 3.0, >= 3.2.2)
@@ -599,6 +600,7 @@ DEPENDENCIES
599600
stimulus-rails
600601
turbo-rails
601602
tzinfo-data
603+
vcr
602604
vite_rails
603605
w3c_validators
604606
warden

0 commit comments

Comments
 (0)