From 2e9fe3d2d6ded15401c5b5b7d6ce793bbc6fa48a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:11:42 +0000 Subject: [PATCH] Update http requirement from ~> 4.4 to >= 4.4, < 6.0 Updates the requirements on [http](https://github.com/httprb/http) to permit the latest version. - [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md) - [Commits](https://github.com/httprb/http/compare/v4.4.0...v5.1.1) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tarpon.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarpon.gemspec b/tarpon.gemspec index 423167a..33bcf82 100644 --- a/tarpon.gemspec +++ b/tarpon.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.7' - spec.add_dependency 'http', '~> 4.4' + spec.add_dependency 'http', '>= 4.4', '< 6.0' spec.add_development_dependency 'factory_bot', '~> 6.2' spec.add_development_dependency 'rake', '~> 13.0'