mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
11 lines
647 B
Text
11 lines
647 B
Text
--- async-http.gemspec.orig 2023-09-19 19:44:04 UTC
|
|
+++ async-http.gemspec
|
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
s.add_runtime_dependency(%q<async>.freeze, [">= 1.25"])
|
|
s.add_runtime_dependency(%q<async-io>.freeze, [">= 1.28"])
|
|
s.add_runtime_dependency(%q<async-pool>.freeze, [">= 0.2"])
|
|
- s.add_runtime_dependency(%q<protocol-http>.freeze, ["~> 0.24.0"])
|
|
+ s.add_runtime_dependency(%q<protocol-http>.freeze, [">= 0.24.0"])
|
|
s.add_runtime_dependency(%q<protocol-http1>.freeze, ["~> 0.15.0"])
|
|
s.add_runtime_dependency(%q<protocol-http2>.freeze, ["~> 0.15.0"])
|
|
s.add_runtime_dependency(%q<traces>.freeze, [">= 0.10.0"])
|