Skip to content

Commit 9383db1

Browse files
Require protocol-quic 0.0.5.
The HTTP/3 extension depends on the QUIC socket layout released in protocol-quic 0.0.5, so constrain the gem dependency to avoid resolving the older ABI.
1 parent 3d93ea8 commit 9383db1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gems.locked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
protocol-http3 (0.0.1)
5-
protocol-quic (~> 0.0.4)
5+
protocol-quic (~> 0.0.5)
66
rake
77
teapot (~> 3.5)
88

protocol-http3.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828

2929
spec.required_ruby_version = ">= 3.3"
3030

31-
spec.add_dependency "protocol-quic", "~> 0.0.4"
31+
spec.add_dependency "protocol-quic", "~> 0.0.5"
3232
spec.add_dependency "teapot", "~> 3.5"
3333
spec.add_dependency "rake"
3434
end

0 commit comments

Comments
 (0)