Skip to content

Commit

Permalink
Bump vcr from 6.0.0 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [vcr](https://github.com/vcr/vcr) from 6.0.0 to 6.1.0.
- [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] committed Jan 20, 2023
1 parent 5d0ab4e commit fa1b1cd
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 @@ -13,7 +13,7 @@ group :development, :test do
# Start debugger with binding.b [https://github.com/ruby/debug]
gem "debug", ">= 1.0.0"
gem "standard", "1.12.0"
gem "vcr", "~> 6.0"
gem "vcr", "~> 6.1"
end

gem "pg", "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ GEM
validate_url (1.0.13)
activemodel (>= 3.0.0)
public_suffix
vcr (6.0.0)
vcr (6.1.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -288,7 +288,7 @@ DEPENDENCIES
twilio-ruby (~> 5.64)
ulid (~> 1.3)
validate_url (~> 1.0)
vcr (~> 6.0)
vcr (~> 6.1)
webmock

BUNDLED WITH
Expand Down

0 comments on commit fa1b1cd

Please sign in to comment.