Skip to content

Commit 09ecfdb

Browse files
author
Anthony-3
committed
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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c76878 commit 09ecfdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gem "byebug", "~> 11.1.3"
77
gem "rake", "~> 13.0"
88
gem "rspec", "~> 3.11"
99
gem "rubocop", "~> 1.36.0"
10-
gem "vcr", "~> 6.0.0"
10+
gem "vcr", "~> 6.1.0"
1111
gem "webmock", "~> 3.18.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
parser (>= 3.1.1.0)
6161
ruby-progressbar (1.11.0)
6262
unicode-display_width (2.3.0)
63-
vcr (6.0.0)
63+
vcr (6.1.0)
6464
webmock (3.18.1)
6565
addressable (>= 2.8.0)
6666
crack (>= 0.3.2)
@@ -75,7 +75,7 @@ DEPENDENCIES
7575
rspec (~> 3.11)
7676
rubocop (~> 1.36.0)
7777
ruby-openai!
78-
vcr (~> 6.0.0)
78+
vcr (~> 6.1.0)
7979
webmock (~> 3.18.1)
8080

8181
BUNDLED WITH

0 commit comments

Comments
 (0)