From b9ccadef53daa6aded40bdae63ec83afc481443c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 07:15:52 +0000 Subject: [PATCH] Bump puma from 5.6.8 to 8.0.2 in /backend Bumps [puma](https://github.com/puma/puma) from 5.6.8 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/v5.6.8...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] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 7d2a28f7..e5909fba 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -18,7 +18,7 @@ gem "mongoid", "8.1.3" # https://www.mongodb.com/docs/mongoid/current/reference/ gem "pg" # Use Puma as the app server -gem "puma", "5.6.8" +gem "puma", "8.0.2" # Authentication libraries gem "cancancan", "~> 3.6.1" diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 3ffebe8a..ab194211 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -293,7 +293,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.3) + nio4r (2.7.5) nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -335,7 +335,7 @@ GEM date stringio public_suffix (6.0.2) - puma (5.6.8) + puma (8.0.2) nio4r (~> 2.0) pusher (2.0.3) httpclient (~> 2.8) @@ -553,7 +553,7 @@ DEPENDENCIES pry-byebug pry-doc pry-rails - puma (= 5.6.8) + puma (= 8.0.2) pusher rack-cors (= 2.0.1) rack-timeout