From 80cd17c5d4daef443fad3e7caa0680bb3c360f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:45:57 +0000 Subject: [PATCH] Update puma requirement from >= 6.1, < 8.0 to >= 6.1, < 9.0 Updates the requirements on [puma](https://github.com/puma/puma) to permit the latest version. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](https://github.com/puma/puma/compare/v6.1.0...v8.0.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemstash.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemstash.gemspec b/gemstash.gemspec index ce699add..69f59a9f 100644 --- a/gemstash.gemspec +++ b/gemstash.gemspec @@ -37,7 +37,7 @@ you push your own private gems as well." spec.add_runtime_dependency "faraday_middleware", "~> 1.0" spec.add_runtime_dependency "lru_redux", "~> 1.1" spec.add_runtime_dependency "psych", ">= 3.2.1" - spec.add_runtime_dependency "puma", ">= 6.1", "< 8.0" + spec.add_runtime_dependency "puma", ">= 6.1", "< 9.0" spec.add_runtime_dependency "sequel", "~> 5.0" spec.add_runtime_dependency "server_health_check-rack", "~> 0.1" spec.add_runtime_dependency "sinatra", ">= 1.4", "< 5.0"