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|
2828 spec . add_dependency "async-pool" , "~> 0.7"
2929 spec . add_dependency "io-endpoint" , "~> 0.11"
3030 spec . add_dependency "io-stream" , "~> 0.4"
31- spec . add_dependency "protocol-http" , "~> 0.33 "
31+ spec . add_dependency "protocol-http" , "~> 0.34 "
3232 spec . add_dependency "protocol-http1" , "~> 0.20"
3333 spec . add_dependency "protocol-http2" , "~> 0.18"
3434 spec . add_dependency "traces" , ">= 0.10"
Original file line number Diff line number Diff line change 2020# gem "protocol-http2", path: "../protocol-http2"
2121# gem "protocol-hpack", path: "../protocol-hpack"
2222
23- gem "protocol-http" , git : "https://github.com/socketry/protocol-http.git"
24-
2523group :maintenance , optional : true do
2624 gem "bake-modernize"
2725 gem "bake-gem"
You can’t perform that action at this time.
0 commit comments