Skip to content

Commit bd9c798

Browse files
chore: move cgi into dependencies for ruby 4
1 parent 8b6c4ad commit bd9c798

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PATH
1313
specs:
1414
openai (0.42.0)
1515
base64
16+
cgi
1617
connection_pool
1718

1819
GEM
@@ -43,6 +44,7 @@ GEM
4344
base64 (0.3.0)
4445
benchmark (0.5.0)
4546
bigdecimal (3.3.1)
47+
cgi (0.5.1)
4648
concurrent-ruby (1.3.5)
4749
connection_pool (2.5.4)
4850
console (1.34.2)

openai.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
".ignore"
2626
]
2727
s.extra_rdoc_files = ["README.md"]
28-
2928
s.add_dependency "base64"
29+
s.add_dependency "cgi"
3030
s.add_dependency "connection_pool"
3131
end

0 commit comments

Comments
 (0)