From 0fb8d9fdba7ec2ee12b49760ae37e1bf208bb134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:29:10 +0000 Subject: [PATCH] Bump puma from 7.2.0 to 7.2.1 in /ruby Bumps [puma](https://github.com/puma/puma) from 7.2.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.2.0...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ruby/Gemfile | 2 +- ruby/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby/Gemfile b/ruby/Gemfile index 2a982deb..b5cae961 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -11,4 +11,4 @@ gem "plaid", "= 46.1.0" gem "webrick", "~> 1.8" gem "rackup", "~> 2.2" -gem "puma", "~> 7.1" +gem "puma", "~> 7.2" diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 7396a279..62fc49fe 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -41,7 +41,7 @@ GEM faraday (>= 1.0.1, < 3.0) faraday-multipart (>= 1.0.1, < 2.0) public_suffix (7.0.5) - puma (7.2.0) + puma (7.2.1) nio4r (~> 2.0) rack (3.2.6) rack-protection (4.2.1) @@ -73,7 +73,7 @@ DEPENDENCIES dotenv (~> 3.1) http (~> 5.0) plaid (= 46.1.0) - puma (~> 7.1) + puma (~> 7.2) rackup (~> 2.2) sinatra (~> 4.2) webrick (~> 1.8)