From 54402e6e31a7c726f9e907fa47c4eb6e48cee064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:52:59 +0000 Subject: [PATCH] Update http requirement from >= 4.0, < 6.0 to >= 4.0, < 7.0 Updates the requirements on [http](https://github.com/httprb/http) to permit the latest version. - [Release notes](https://github.com/httprb/http/releases) - [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md) - [Commits](https://github.com/httprb/http/compare/v4.0.0...v5.3.1) --- updated-dependencies: - dependency-name: http dependency-version: 5.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spinels-redd.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinels-redd.gemspec b/spinels-redd.gemspec index 2e3f269..a58fb26 100644 --- a/spinels-redd.gemspec +++ b/spinels-redd.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_dependency 'http', '>= 4.0', '< 6.0' + spec.add_dependency 'http', '>= 4.0', '< 7.0' spec.add_dependency 'lazy_lazer', '~> 0.8.1' spec.add_development_dependency 'bundler', '~> 2.0'