From 2230bbff1992f4c5402928e79e955cada24f3c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:43:04 +0000 Subject: [PATCH] Update puma requirement from >= 6.6, < 8 to >= 6.6, < 9 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.6.0...v8.0.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oxidized-web.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxidized-web.gemspec b/oxidized-web.gemspec index dcc0ace..d713552 100644 --- a/oxidized-web.gemspec +++ b/oxidized-web.gemspec @@ -43,7 +43,7 @@ Gem::Specification.new do |s| # Only depend on a minimal version of Oxidized so we don't need to # update the gemspec for new Oxidized releases s.add_dependency 'oxidized', '>= 0.34.1' - s.add_dependency 'puma', '>= 6.6', '< 8' + s.add_dependency 'puma', '>= 6.6', '< 9' s.add_dependency 'sinatra', '~> 4.1' s.add_dependency 'sinatra-contrib', '~> 4.1'