Skip to content

Commit 6b3066a

Browse files
committed
Bump dependencies.
1 parent d5f0b31 commit 6b3066a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

async-http.gemspec

+1-1
Original file line numberDiff line numberDiff 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"

gems.rb

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
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-
2523
group :maintenance, optional: true do
2624
gem "bake-modernize"
2725
gem "bake-gem"

0 commit comments

Comments
 (0)