From 52e6e7d9ad26a033612fa415e75c668270c3e91b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:12:53 +0000 Subject: [PATCH] Bump puma from 7.1.0 to 7.2.0 Bumps [puma](https://github.com/puma/puma) from 7.1.0 to 7.2.0. - [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/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a2ae46a..6f51dae 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "propshaft", "~> 1.3", ">= 1.3.1" gem "pg", "~> 1.1" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 7.1" +gem "puma", "~> 7.2" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder", "~> 2.14", ">= 2.14.1" diff --git a/Gemfile.lock b/Gemfile.lock index 63f04f6..b0d304c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,6 +176,8 @@ GEM racc (~> 1.4) nokogiri (1.19.0-x86_64-darwin) racc (~> 1.4) + nokogiri (1.19.0-x86_64-linux-gnu) + racc (~> 1.4) ostruct (0.6.3) parallel (1.27.0) parser (3.3.10.1) @@ -185,6 +187,7 @@ GEM pg (1.6.3-aarch64-linux-musl) pg (1.6.3-arm64-darwin) pg (1.6.3-x86_64-darwin) + pg (1.6.3-x86_64-linux) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -196,7 +199,7 @@ GEM psych (5.3.1) date stringio - puma (7.1.0) + puma (7.2.0) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) @@ -325,6 +328,7 @@ GEM thruster (0.1.17-aarch64-linux) thruster (0.1.17-arm64-darwin) thruster (0.1.17-x86_64-darwin) + thruster (0.1.17-x86_64-linux) timeout (0.6.0) tsort (0.2.0) tzinfo (2.0.6) @@ -354,6 +358,7 @@ PLATFORMS arm64-darwin-24 arm64-darwin-25 x86_64-darwin-20 + x86_64-linux DEPENDENCIES bootsnap (~> 1.18, >= 1.18.6) @@ -366,7 +371,7 @@ DEPENDENCIES kamal (~> 2.8, >= 2.8.2) pg (~> 1.1) propshaft (~> 1.3, >= 1.3.1) - puma (~> 7.1) + puma (~> 7.2) rack-cors (~> 3.0) rails (~> 8.1.1) rspec-rails (~> 5.1.2)