bumping http-2-next to 0.4.1, the version fixing trailer headers

This commit is contained in:
HoneyryderChuck 2021-04-20 13:00:12 +01:00
parent 1cf6e5aac7
commit 440061409d

View File

@ -30,6 +30,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.add_runtime_dependency "http-2-next", ">= 0.1.2"
gem.add_runtime_dependency "http-2-next", ">= 0.4.1"
gem.add_runtime_dependency "timers"
end