From af2892f24d26d241fe2c2d78060fada52d5e71b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:17:14 +0000 Subject: [PATCH] Bump puma from 6.6.1 to 7.0.1 Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.0.1. - [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.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.1 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 1507eaf1..abcc5d2a 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "after_commit_everywhere", "~> 1.6" gem "pg", "~> 1.6" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.6" +gem "puma", "~> 7.0" # Used for sorting/ordering of pages object gem "acts_as_list" diff --git a/Gemfile.lock b/Gemfile.lock index e3fd46bd..894e35cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM date stringio public_suffix (5.0.4) - puma (6.6.1) + puma (7.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -398,7 +398,7 @@ DEPENDENCIES lograge paper_trail pg (~> 1.6) - puma (~> 6.6) + puma (~> 7.0) rails (~> 8.0.2) reverse_markdown (~> 3.0) rspec-rails