We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b670e4e commit 01f16b5Copy full SHA for 01f16b5
Gemfile
@@ -9,5 +9,5 @@ gem "dotenv", "~> 3.1.7"
9
gem "rake", "~> 13.2.1"
10
gem "rspec", "~> 3.13"
11
gem "rubocop", "~> 1.74.0"
12
-gem "vcr", "~> 6.3.1"
+gem "vcr", "~> 6.1" # 6.2 requires Ruby 2.7 or greater, so specs for 2.6 will fail.
13
gem "webmock", "~> 3.25.1"
Gemfile.lock
@@ -91,7 +91,7 @@ DEPENDENCIES
91
rspec (~> 3.13)
92
rubocop (~> 1.74.0)
93
ruby-openai!
94
- vcr (~> 6.3.1)
+ vcr (~> 6.1)
95
webmock (~> 3.25.1)
96
97
BUNDLED WITH
0 commit comments