From 3080fa185cb0f6199bdafbcb65a5b1e172da1b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 04:55:28 +0000 Subject: [PATCH] Bump puma from 7.2.0 to 8.0.1 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 963233a..3d924fc 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'dotenv', '~> 3.2' -gem 'puma', '~> 7.2' +gem 'puma', '~> 8.0' gem 'rackup', '~> 2.3' gem 'rake', '~> 13.4' gem 'roda', '~> 3.103' diff --git a/Gemfile.lock b/Gemfile.lock index 249c439..2412a56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) reline (>= 0.6.0) - puma (7.2.0) + puma (8.0.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -116,7 +116,7 @@ PLATFORMS DEPENDENCIES dotenv (~> 3.2) pry - puma (~> 7.2) + puma (~> 8.0) rackup (~> 2.3) rake (~> 13.4) roda (~> 3.103)