mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-07 00:05:02 -04:00
bumping http-2-next version
This commit is contained in:
parent
62868f64b3
commit
ad7da6edfa
@ -41,6 +41,7 @@
|
||||
|
||||
### dependencies
|
||||
|
||||
* `http-2-next` minimum supported version is 1.0.0.
|
||||
* `:datadog` adapter only supports `ddtrace` gem 1.x or higher.
|
||||
* `:faraday` adapter only supports `faraday` gem 1.x or higher.
|
||||
|
||||
|
@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
|
||||
|
||||
gem.require_paths = ["lib"]
|
||||
|
||||
gem.add_runtime_dependency "http-2-next", ">= 0.4.1"
|
||||
gem.add_runtime_dependency "http-2-next", ">= 1.0.0"
|
||||
|
||||
gem.required_ruby_version = ">= 2.7.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user