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 3c76878 commit 09ecfdbCopy full SHA for 09ecfdb
Gemfile
@@ -7,5 +7,5 @@ gem "byebug", "~> 11.1.3"
7
gem "rake", "~> 13.0"
8
gem "rspec", "~> 3.11"
9
gem "rubocop", "~> 1.36.0"
10
-gem "vcr", "~> 6.0.0"
+gem "vcr", "~> 6.1.0"
11
gem "webmock", "~> 3.18.1"
Gemfile.lock
@@ -60,7 +60,7 @@ GEM
60
parser (>= 3.1.1.0)
61
ruby-progressbar (1.11.0)
62
unicode-display_width (2.3.0)
63
- vcr (6.0.0)
+ vcr (6.1.0)
64
webmock (3.18.1)
65
addressable (>= 2.8.0)
66
crack (>= 0.3.2)
@@ -75,7 +75,7 @@ DEPENDENCIES
75
rspec (~> 3.11)
76
rubocop (~> 1.36.0)
77
ruby-openai!
78
- vcr (~> 6.0.0)
+ vcr (~> 6.1.0)
79
webmock (~> 3.18.1)
80
81
BUNDLED WITH
0 commit comments