From 65a9219d02580de8fd117213425550401a6e9ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:40:12 +0000 Subject: [PATCH] Bump puma from 5.6.9 to 6.6.0 Bumps [puma](https://github.com/puma/puma) from 5.6.9 to 6.6.0. - [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/v5.6.9...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-version: 6.6.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 405321d49..158edf343 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 3.0.1" gem "pg", "~> 1.5.9" gem "pg_search", "~> 2.3.7" -gem "puma", "~> 5.6.9" +gem "puma", "~> 6.6.0" gem "recipient_interceptor", "~> 0.3.3" gem "redcarpet", "~> 3.6.1" gem "responders", "~> 3.1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 1e456c945..765896669 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -485,7 +485,7 @@ GEM psych (5.1.2) stringio public_suffix (6.0.1) - puma (5.6.9) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (2.2.17) @@ -807,7 +807,7 @@ DEPENDENCIES pronto-eslint (~> 0.11.1) pronto-rubocop (~> 0.11.6) pronto-stylelint (~> 0.11.1) - puma (~> 5.6.9) + puma (~> 6.6.0) rails (= 7.1.5.1) recipient_interceptor (~> 0.3.3) redcarpet (~> 3.6.1)