From 46cadab4a3eb4136f1f8665a7211aa1a743db15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:28:24 +0000 Subject: [PATCH] chore(deps): Bump puma Bumps the bundler group with 1 update in the /rails-api directory: [puma](https://github.com/puma/puma). Updates `puma` from 7.1.0 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/v7.1.0...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- rails-api/Gemfile | 2 +- rails-api/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rails-api/Gemfile b/rails-api/Gemfile index 94e2cc9c..a35657cd 100644 --- a/rails-api/Gemfile +++ b/rails-api/Gemfile @@ -4,7 +4,7 @@ ruby ">= 3.3.0" gem "bootsnap", "1.19.0", require: false gem "pg", "1.6.2" -gem "puma", "7.1.0" +gem "puma", "7.2.1" gem "rack-cors", "3.0.0" gem "rails", "8.0.4.1" diff --git a/rails-api/Gemfile.lock b/rails-api/Gemfile.lock index 0f003838..5ea6c538 100644 --- a/rails-api/Gemfile.lock +++ b/rails-api/Gemfile.lock @@ -164,7 +164,7 @@ GEM psych (5.3.1) date stringio - puma (7.1.0) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -290,7 +290,7 @@ DEPENDENCIES bundler-audit (= 0.9.2) debug (= 1.11.0) pg (= 1.6.2) - puma (= 7.1.0) + puma (= 7.2.1) rack-cors (= 3.0.0) rails (= 8.0.4.1) rspec-rails (= 8.0.2)