Skip to content

Commit a796c22

Browse files
committed
Gemfile: Remove unused VCR
When Framework was converted to RSpec in f7501f5 (2019), we also stopped using VCR. The reference in the Gemfile was missed.
1 parent eb4895a commit a796c22

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ group :development, :test do
4747
gem 'rspec_junit_formatter', '~> 0.5'
4848
gem 'rspec-rails', '~> 5.0'
4949
gem 'ruby-prof', '~> 1.3.0'
50-
gem 'vcr'
5150
gem 'webmock'
5251
end
5352

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ GEM
436436
unicode-display_width (3.1.4)
437437
unicode-emoji (~> 4.0, >= 4.0.4)
438438
unicode-emoji (4.0.4)
439-
vcr (6.1.0)
440439
web-console (4.2.0)
441440
actionview (>= 6.0.0)
442441
activemodel (>= 6.0.0)
@@ -515,7 +514,6 @@ DEPENDENCIES
515514
spring-watcher-listen (~> 2.0.0)
516515
sprockets (~> 4.0)
517516
tzinfo-data
518-
vcr
519517
web-console (>= 3.3.0)
520518
webmock
521519

0 commit comments

Comments
 (0)