From d264ca806b05dcfc0dde390dbb93cd4979124785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:16:23 +0000 Subject: [PATCH] Update dependency puma to v8 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 29a55e7..701eeb8 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "net-smtp", require: false gem "net-ssh", "7.3.2" gem "omniauth-cas" gem "pg" -gem "puma", "~> 7.0" +gem "puma", "~> 8.0" gem "rails", "8.1.3" gem "rake" gem "sass-rails", ">= 6" diff --git a/Gemfile.lock b/Gemfile.lock index 9ae4de5..1605323 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM date stringio public_suffix (6.0.2) - puma (7.2.0) + puma (8.0.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.23) @@ -513,7 +513,7 @@ DEPENDENCIES pg pry-byebug pry-rails - puma (~> 7.0) + puma (~> 8.0) rack-mini-profiler (~> 4.0) rails (= 8.1.3) rake