File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
spec . add_dependency "async-pool" , "~> 0.7"
29
29
spec . add_dependency "io-endpoint" , "~> 0.11"
30
30
spec . add_dependency "io-stream" , "~> 0.4"
31
- spec . add_dependency "protocol-http" , "~> 0.33 "
31
+ spec . add_dependency "protocol-http" , "~> 0.34 "
32
32
spec . add_dependency "protocol-http1" , "~> 0.20"
33
33
spec . add_dependency "protocol-http2" , "~> 0.18"
34
34
spec . add_dependency "traces" , ">= 0.10"
Original file line number Diff line number Diff line change 20
20
# gem "protocol-http2", path: "../protocol-http2"
21
21
# gem "protocol-hpack", path: "../protocol-hpack"
22
22
23
- gem "protocol-http" , git : "https://github.com/socketry/protocol-http.git"
24
-
25
23
group :maintenance , optional : true do
26
24
gem "bake-modernize"
27
25
gem "bake-gem"
You can’t perform that action at this time.
0 commit comments