Skip to content

Commit

Permalink
Update vcr requirement from ~> 6.0.0 to ~> 6.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [vcr](https://github.com/vcr/vcr) to permit the latest version.
- [Release notes](https://github.com/vcr/vcr/releases)
- [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md)
- [Commits](vcr/vcr@v6.0.0...v6.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
1 parent 8a6758b commit e6c9f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ GEM
unparser (0.6.5)
diff-lcs (~> 1.3)
parser (>= 3.1.0)
vcr (6.0.0)
vcr (6.1.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -224,7 +224,7 @@ DEPENDENCIES
simplecov
simplecov-html
simplecov-lcov
vcr (~> 6.0.0)
vcr (~> 6.1.0)
webmock (~> 3.14.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion circlemator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '>= 1.9'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'vcr', '~> 6.0.0'
spec.add_development_dependency 'vcr', '~> 6.1.0'
spec.add_development_dependency 'webmock', '~> 3.14.0'
spec.add_development_dependency 'rspec', '~> 3.10.0'
spec.add_development_dependency 'guard-rspec', '~> 4.7.3'
Expand Down

0 comments on commit e6c9f83

Please sign in to comment.