From 6f16d9855950e5cc184078095f510c5433aea1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:30:32 +0000 Subject: [PATCH] Bump puma in the production-dependencies group across 1 directory Bumps the production-dependencies group with 1 update in the / directory: [puma](https://github.com/puma/puma). Updates `puma` from 8.0.1 to 8.0.2 - [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/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2cf3e4b986..840513ac69 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ else end # Use Puma as the app server -gem "puma", "~> 8.0.1" +gem "puma", "~> 8.0.2" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index ee7f5d8b1a..bd4c99a7e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM date stringio public_suffix (7.0.5) - puma (8.0.1) + puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -341,7 +341,7 @@ DEPENDENCIES minitest (~> 5.0) mocha primer_view_components! - puma (~> 8.0.1) + puma (~> 8.0.2) rack-cors railties (= 8.0.2) rake (~> 13.3)