Skip to content

Commit

Permalink
Add dependency on base64 gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 26, 2024
1 parent 342333a commit df64668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "async", ">= 1.25"
spec.add_dependency "async-io", ">= 1.28"
spec.add_dependency "async-pool", ">= 0.2"
spec.add_dependency "base64"
spec.add_dependency "protocol-http", "~> 0.25.0"
spec.add_dependency "protocol-http1", "~> 0.17.0"
spec.add_dependency "protocol-http2", "~> 0.15.0"
Expand Down

0 comments on commit df64668

Please sign in to comment.