From bb227b33a57a837e788580f76f814a8a573dcb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:25:45 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.1.0 Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.1.0. - [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...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9e82a0e..def6d21 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" -gem "puma", "~> 6.6" +gem "puma", "~> 7.1" gem "sinatra", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index c43125a..5877646 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM mustermann (3.0.3) ruby2_keywords (~> 0.0.1) nio4r (2.7.4) - puma (6.6.0) + puma (7.1.0) nio4r (~> 2.0) rack (3.1.16) rack-protection (4.1.1) @@ -35,7 +35,7 @@ PLATFORMS DEPENDENCIES base64 (~> 0.3.0) cowsay (~> 0.3.0) - puma (~> 6.6) + puma (~> 7.1) rackup (~> 2.2) sinatra (~> 4.1)