Skip to content

Commit

Permalink
Upgrade vcr to a released version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jun 9, 2022
1 parent 72f7e15 commit f932fd6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ group :test do
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'timecop'
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
# https://github.com/vcr/vcr/pull/907
gem 'vcr', github: 'vcr/vcr', ref: '7ac8292c'
else
gem 'vcr'
end
gem 'vcr'
gem 'webmock'
end

0 comments on commit f932fd6

Please sign in to comment.