Skip to content

Commit 11f431a

Browse files
committed
Update dependencies.
1 parent 0a6f811 commit 11f431a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/protocol/http2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
module Protocol
2222
module HTTP2
23-
VERSION = "0.11.4"
23+
VERSION = "0.11.5"
2424
end
2525
end

protocol-http2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.require_paths = ["lib"]
2020

2121
spec.add_dependency "protocol-hpack", "~> 1.4"
22-
spec.add_dependency "protocol-http", "~> 0.2"
22+
spec.add_dependency "protocol-http", "~> 0.15"
2323

2424
spec.add_development_dependency "covered"
2525
spec.add_development_dependency "bundler"

0 commit comments

Comments
 (0)