From 31c5deb715af0aefcf42b58235141d93548d6d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 00:40:53 +0000 Subject: [PATCH] Bump puma from 5.6.9 to 7.2.1 in /examples/simple_rails_api Bumps [puma](https://github.com/puma/puma) from 5.6.9 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/v5.6.9...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/simple_rails_api/Gemfile | 2 +- examples/simple_rails_api/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/simple_rails_api/Gemfile b/examples/simple_rails_api/Gemfile index 385b769..5908209 100644 --- a/examples/simple_rails_api/Gemfile +++ b/examples/simple_rails_api/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 6.1.7' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 5.6' +gem 'puma', '~> 7.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/examples/simple_rails_api/Gemfile.lock b/examples/simple_rails_api/Gemfile.lock index 4e78dc3..bd801b5 100644 --- a/examples/simple_rails_api/Gemfile.lock +++ b/examples/simple_rails_api/Gemfile.lock @@ -99,11 +99,11 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) + nio4r (2.7.5) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - puma (5.6.9) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.9) @@ -169,7 +169,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug listen (>= 3.0.5, < 3.2) - puma (~> 5.6) + puma (~> 7.2) rails (~> 6.1.7) spring spring-watcher-listen (~> 2.0.0)