bumping http-2-next version

This commit is contained in:
HoneyryderChuck 2023-10-03 10:53:50 +01:00
parent 62868f64b3
commit ad7da6edfa
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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