From 3021cd80027ab4b494efa9c06ad41ca00b5e96f0 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Thu, 30 Apr 2026 09:28:15 -0400 Subject: [PATCH] Update puma to version 8.0.1 (#38738) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6d22ed3e190..f5d72aed1b1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '>= 3.3.0', '< 4.1.0' gem 'propshaft' -gem 'puma', '~> 7.0' +gem 'puma' gem 'rails', '~> 8.1.0' gem 'thor', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index c7dd46def80..b020f49a67b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -625,7 +625,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.0) + puma (8.0.1) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -1045,7 +1045,7 @@ DEPENDENCIES prometheus_exporter (~> 2.2) propshaft public_suffix (~> 7.0) - puma (~> 7.0) + puma pundit (~> 2.3) rack-attack (~> 6.6) rack-cors