We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca7a31 commit e546d4eCopy full SHA for e546d4e
Gemfile
@@ -5,7 +5,7 @@ gemspec
5
6
gem "byebug", "~> 11.1.3"
7
gem "dotenv", "~> 2.8.1"
8
-gem "rake", "~> 13.1"
+gem "rake", "~> 13.2"
9
gem "rspec", "~> 3.13"
10
gem "rubocop", "~> 1.50.2"
11
gem "vcr", "~> 6.1.0"
Gemfile.lock
@@ -36,7 +36,7 @@ GEM
36
ast (~> 2.4.1)
37
public_suffix (5.0.5)
38
rainbow (3.1.1)
39
- rake (13.1.0)
+ rake (13.2.1)
40
regexp_parser (2.8.0)
41
rexml (3.2.9)
42
strscan
@@ -81,7 +81,7 @@ PLATFORMS
81
DEPENDENCIES
82
byebug (~> 11.1.3)
83
dotenv (~> 2.8.1)
84
- rake (~> 13.1)
+ rake (~> 13.2)
85
rspec (~> 3.13)
86
rubocop (~> 1.50.2)
87
ruby-openai!
0 commit comments