From 2153499f580b8b66c595fadfdce0c9c7fbf3815c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:34:39 +0000 Subject: [PATCH] Bump puma from 7.2.0 to 8.0.1 in /docs Bumps [puma](https://github.com/puma/puma) from 7.2.0 to 8.0.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...v8.0.1) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index b4386b3b..76201dbc 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -10,7 +10,7 @@ gem "propshaft", "1.3.2" # Use sqlite3 as the database for Active Record gem "sqlite3", "2.9.4" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "7.2.0" +gem "puma", "8.0.1" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsbundling-rails", "1.3.1" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index cb1aa522..5678cf09 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -196,7 +196,7 @@ GEM date stringio public_suffix (6.0.1) - puma (7.2.0) + puma (8.0.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -339,7 +339,7 @@ DEPENDENCIES phlex-rails! propshaft (= 1.3.2) pry (= 0.16.0) - puma (= 7.2.0) + puma (= 8.0.1) rails (= 8.1.3) rouge (~> 4.7) rss (= 0.3.2)