mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
set min versio of http-2-next to 1.0.1
This commit is contained in:
parent
ba6fc820b7
commit
1fa9846f56
1
Gemfile
1
Gemfile
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user