Skip to content

Commit 905b538

Browse files
Declare the async dependency explicitly.
- The client and dispatcher require `async` directly. - Avoid relying on `async-http` to provide it transitively.
1 parent a46757f commit 905b538

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

async-grpc.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
2424

2525
spec.required_ruby_version = ">= 3.3"
2626

27+
spec.add_dependency "async", ">= 2.38.0"
2728
spec.add_dependency "async-http"
2829
spec.add_dependency "protocol-grpc", "~> 0.11.0"
2930
spec.add_dependency "protocol-http", "~> 0.60"

0 commit comments

Comments
 (0)