Skip to content

Commit

Permalink
Add vcr and record cassettes only once
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Sep 23, 2024
1 parent 1f4d95c commit 9571931
Show file tree
Hide file tree
Showing 8 changed files with 2,348 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ group :development, :test do
gem "rspec-rails", "~> 6.1.0"
gem "rails-controller-testing"
gem "simplecov", "~> 0.22", require: false
gem "vcr"
gem "webmock"
end

gem "pg"
13 changes: 13 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
dartsass-rails (0.5.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -184,6 +187,7 @@ GEM
temple (>= 0.8.2)
thor
tilt
hashdiff (1.1.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.1)
Expand Down Expand Up @@ -311,6 +315,7 @@ GEM
redis (>= 4)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.7)
rouge (4.3.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -379,6 +384,12 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (0.13.0)
vcr (6.3.1)
base64
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -430,6 +441,8 @@ DEPENDENCIES
sitemap_generator (~> 6.3)
stimulus-rails (~> 1.3)
turbo-rails (~> 2.0)
vcr
webmock

RUBY VERSION
ruby 3.3.3p89
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9571931

Please sign in to comment.