Skip to content

Commit 01f16b5

Browse files
committed
Step back VCR
1 parent b670e4e commit 01f16b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ gem "dotenv", "~> 3.1.7"
99
gem "rake", "~> 13.2.1"
1010
gem "rspec", "~> 3.13"
1111
gem "rubocop", "~> 1.74.0"
12-
gem "vcr", "~> 6.3.1"
12+
gem "vcr", "~> 6.1" # 6.2 requires Ruby 2.7 or greater, so specs for 2.6 will fail.
1313
gem "webmock", "~> 3.25.1"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ DEPENDENCIES
9191
rspec (~> 3.13)
9292
rubocop (~> 1.74.0)
9393
ruby-openai!
94-
vcr (~> 6.3.1)
94+
vcr (~> 6.1)
9595
webmock (~> 3.25.1)
9696

9797
BUNDLED WITH

0 commit comments

Comments
 (0)