Skip to content

Commit

Permalink
Bump vcr from 3.0.3 to 6.2.0 (#1075)
Browse files Browse the repository at this point in the history
Bumps [vcr](https://github.com/vcr/vcr) from 3.0.3 to 6.2.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@v3.0.3...v6.2.0)

---
updated-dependencies:
- dependency-name: vcr
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nfstern02 <[email protected]>
  • Loading branch information
dependabot[bot] and nfstern02 authored Apr 25, 2024
1 parent df6365b commit 68804af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ group :development, :test do
gem 'parallel_tests'
gem 'simplecov'
gem 'simplecov-single_file', require: false, group: :test
gem 'vcr', '~> 3.0', '>= 3.0.1'
gem 'vcr', '~> 6.2'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ GEM
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.5.0)
vcr (3.0.3)
vcr (6.2.0)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
Expand Down Expand Up @@ -544,7 +544,7 @@ DEPENDENCIES
sprockets-rails
strong_migrations
uglifier (>= 1.3.0)
vcr (~> 3.0, >= 3.0.1)
vcr (~> 6.2)
vets_json_schema!
virtus (~> 2.0.0)
watir (~> 7.3)
Expand Down

0 comments on commit 68804af

Please sign in to comment.