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.
2 parents aa103fc + 63e32cf commit 4bc3466Copy full SHA for 4bc3466
Gemfile
@@ -5,7 +5,7 @@ gemspec
5
6
gem "byebug", "~> 11.1.3"
7
gem "dotenv", "~> 2.8.1"
8
-gem "rake", "~> 13.0"
+gem "rake", "~> 13.1"
9
gem "rspec", "~> 3.12"
10
gem "rubocop", "~> 1.50.2"
11
gem "vcr", "~> 6.1.0"
Gemfile.lock
@@ -32,7 +32,7 @@ GEM
32
ast (~> 2.4.1)
33
public_suffix (5.0.1)
34
rainbow (3.1.1)
35
- rake (13.0.6)
+ rake (13.1.0)
36
regexp_parser (2.8.0)
37
rexml (3.2.5)
38
rspec (3.12.0)
@@ -75,7 +75,7 @@ PLATFORMS
75
DEPENDENCIES
76
byebug (~> 11.1.3)
77
dotenv (~> 2.8.1)
78
- rake (~> 13.0)
+ rake (~> 13.1)
79
rspec (~> 3.12)
80
rubocop (~> 1.50.2)
81
ruby-openai!
0 commit comments