From 8910fa213d5c9c0d0178b504c8bd0b9de35ce6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:09:44 +0000 Subject: [PATCH] Update net-http requirement from >= 0.6, < 0.9 to >= 0.6, < 0.10 Updates the requirements on [net-http](https://github.com/ruby/net-http) to permit the latest version. - [Release notes](https://github.com/ruby/net-http/releases) - [Commits](https://github.com/ruby/net-http/compare/v0.6.0...v0.9.1) --- updated-dependencies: - dependency-name: net-http dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linzer.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linzer.gemspec b/linzer.gemspec index 8c3ef33..71fea9c 100644 --- a/linzer.gemspec +++ b/linzer.gemspec @@ -36,6 +36,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "stringio", "~> 3.1", ">= 3.1.2" spec.add_runtime_dependency "logger", "~> 1.7", ">= 1.7.0" spec.add_runtime_dependency "forwardable", "~> 1.3", ">= 1.3.3" - spec.add_runtime_dependency "net-http", ">= 0.6", "< 0.9" + spec.add_runtime_dependency "net-http", ">= 0.6", "< 0.10" spec.add_runtime_dependency "cgi", ">= 0.4.2", "< 0.6.0" end