Skip to content

Commit 82fd409

Browse files
Bump vcr from 6.0.0 to 6.1.0
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]>
1 parent 6e901e9 commit 82fd409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :development, :test do
1313
# Start debugger with binding.b [https://github.com/ruby/debug]
1414
gem "debug", ">= 1.0.0"
1515
gem "standard", "1.12.0"
16-
gem "vcr", "~> 6.0"
16+
gem "vcr", "~> 6.1"
1717
end
1818

1919
gem "pg", "~> 1.3"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ GEM
260260
validate_url (1.0.13)
261261
activemodel (>= 3.0.0)
262262
public_suffix
263-
vcr (6.0.0)
263+
vcr (6.1.0)
264264
webmock (3.14.0)
265265
addressable (>= 2.8.0)
266266
crack (>= 0.3.2)
@@ -288,7 +288,7 @@ DEPENDENCIES
288288
twilio-ruby (~> 5.64)
289289
ulid (~> 1.3)
290290
validate_url (~> 1.0)
291-
vcr (~> 6.0)
291+
vcr (~> 6.1)
292292
webmock
293293

294294
BUNDLED WITH

0 commit comments

Comments
 (0)