From 0f5e0ada66d98656f980071263595f5eaf1c9cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:23:23 +0000 Subject: [PATCH] Bump puma from 7.2.1 to 8.0.2 Bumps [puma](https://github.com/puma/puma) from 7.2.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/v7.2.1...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 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 7c44aed..8ffd4c3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "sinatra-contrib", require: false gem "activesupport" gem "http" -gem "puma", "~> 7.2.1" +gem "puma", "~> 8.0.2" gem "rackup" gem "redis" diff --git a/Gemfile.lock b/Gemfile.lock index 0f911a1..9813ae9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.1) + puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -226,7 +226,7 @@ DEPENDENCIES debug http newrelic_rpm - puma (~> 7.2.1) + puma (~> 8.0.2) rack-test rackup redis