From ca926be45dd714b56dca8b3ec7664092677c582a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:16:50 +0000 Subject: [PATCH] Bump puma from 6.6.1 to 7.0.4 Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.0.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.6.1...v7.0.4) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.4 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 855689e..e9f07dc 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby(File.read(".ruby-version").chomp) gem "rails", "~> 8.0.2" gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 6.6" +gem "puma", "~> 7.1" gem "rack-cors" gem "jsonapi-resources" gem "jsonapi-resources-optional_paginators", github: "codingitwrong/jsonapi-resources-optional_paginators", ref: "cdaa1e5293235cfe47d4bd8676141c74bd1e663b" diff --git a/Gemfile.lock b/Gemfile.lock index f0f5e35..7eacea4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.3) @@ -318,7 +318,7 @@ DEPENDENCIES ostruct pg (>= 0.18, < 2.0) pry-rails - puma (~> 6.6) + puma (~> 7.1) rack-attack rack-cors rails (~> 8.0.2)