Skip to content

Commit 4f3da58

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] <support@github.com>
1 parent 252b4e1 commit 4f3da58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :development, :test do
1212
gem "dotenv-rails", "~> 2.7" # .env files
1313
# Start debugger with binding.b [https://github.com/ruby/debug]
1414
gem "debug", ">= 1.0.0"
15-
gem "vcr", "~> 6.0"
15+
gem "vcr", "~> 6.1"
1616
end
1717

1818
gem "pg", "~> 1.3"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ GEM
262262
validate_url (1.0.13)
263263
activemodel (>= 3.0.0)
264264
public_suffix
265-
vcr (6.0.0)
265+
vcr (6.1.0)
266266
webmock (3.14.0)
267267
addressable (>= 2.8.0)
268268
crack (>= 0.3.2)
@@ -290,7 +290,7 @@ DEPENDENCIES
290290
twilio-ruby (~> 5.64)
291291
ulid (~> 1.3)
292292
validate_url (~> 1.0)
293-
vcr (~> 6.0)
293+
vcr (~> 6.1)
294294
webmock
295295

296296
BUNDLED WITH

0 commit comments

Comments
 (0)