From 5bec903e56dd289a195e46098087ac205551431c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:17:03 +0000 Subject: [PATCH] Bump puma from 6.6.1 to 7.2.1 Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.2.1. - [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.1...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4096388..9261335 100644 --- a/Gemfile +++ b/Gemfile @@ -16,5 +16,5 @@ gem "reverse_markdown", "~> 3.0" gem "htmlcompressor", "~> 0.4" group :test, :development do - gem "puma", "~> 6.0" + gem "puma", "~> 7.2" end diff --git a/Gemfile.lock b/Gemfile.lock index 3f106e6..b81b03f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM date stringio public_suffix (7.0.5) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -280,7 +280,7 @@ DEPENDENCIES bridgetown-sitemap (~> 3.0) htmlcompressor (~> 0.4) nokogiri (~> 1.13) - puma (~> 6.0) + puma (~> 7.2) reverse_markdown (~> 3.0) sass-embedded (~> 1.0)