Skip to content

Commit 05f9567

Browse files
chore: move cgi into dependencies for ruby 4
1 parent c7cf406 commit 05f9567

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PATH
1212
remote: .
1313
specs:
1414
finch-api (0.1.0.pre.alpha.40)
15+
cgi
1516
connection_pool
1617

1718
GEM
@@ -42,6 +43,7 @@ GEM
4243
base64 (0.3.0)
4344
benchmark (0.5.0)
4445
bigdecimal (3.3.1)
46+
cgi (0.5.1)
4547
concurrent-ruby (1.3.5)
4648
connection_pool (2.5.4)
4749
console (1.34.2)

finch_api.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ Gem::Specification.new do |s|
2424
".ignore"
2525
]
2626
s.extra_rdoc_files = ["README.md"]
27+
s.add_dependency "cgi"
2728
s.add_dependency "connection_pool"
2829
end

0 commit comments

Comments
 (0)