From c080f504a0c48ae8347c1a1bdf3408d61440f2a2 Mon Sep 17 00:00:00 2001 From: Fergal Mc Carthy Date: Sat, 8 Aug 2026 09:26:55 -0400 Subject: [PATCH] Update puma dependancy to 7.2.1 The depfu #1477 moves forward to 8.0.2, but switching to 8.0.2 comes with a potentially breaking change to address setup/binding. Updating 7.2.1 should be a non-breaking update to address the same security advisory concerns. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 45f90f66d..edbd65da1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.1.0) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.5)