set min versio of http-2-next to 1.0.1

This commit is contained in:
HoneyryderChuck 2023-10-13 17:04:11 +01:00
parent ba6fc820b7
commit 1fa9846f56
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ gemspec
gem "rake", "~> 13.0"
gem "http-2-next", git: "https://gitlab.com/os85/http-2-next"
group :test do
gem "ddtrace"
gem "http-form_data", ">= 2.0.0"

View File

@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.add_runtime_dependency "http-2-next", ">= 1.0.0"
gem.add_runtime_dependency "http-2-next", ">= 1.0.1"
gem.required_ruby_version = ">= 2.7.0"
end