Skip to content

Commit 1058c98

Browse files
Bump vcr from 4.0.0 to 5.0.0 (#256)
Bumps [vcr](https://github.com/vcr/vcr) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/vcr/vcr/blob/master/Upgrade.md) - [Commits](vcr/vcr@v4.0.0...v5.0.0)
1 parent fabdca6 commit 1058c98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ group :test do
3838
gem 'mocha', '~> 1.8'
3939
gem 'minitest-rails-capybara'
4040
gem 'selenium-webdriver'
41-
gem 'vcr', '~> 4.0'
41+
gem 'vcr', '~> 5.0'
4242
gem 'webmock', '~> 3.7'
4343
end
4444

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ GEM
289289
uglifier (4.1.20)
290290
execjs (>= 0.3.0, < 3)
291291
uniform_notifier (1.12.1)
292-
vcr (4.0.0)
292+
vcr (5.0.0)
293293
warden (1.2.8)
294294
rack (>= 2.0.6)
295295
web-console (3.7.0)
@@ -350,7 +350,7 @@ DEPENDENCIES
350350
spring-watcher-listen (~> 2.0.0)
351351
turbolinks (~> 5)
352352
uglifier (>= 1.3.0)
353-
vcr (~> 4.0)
353+
vcr (~> 5.0)
354354
web-console (>= 3.3.0)
355355
webmock (~> 3.7)
356356
webpacker (~> 3.5)

0 commit comments

Comments
 (0)