From 0bd430150d3b764539c8d66ea8634546fd61792b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 00:11:25 +0000 Subject: [PATCH] Update puma to version 8.0.2 --- Gemfile | 2 +- Gemfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a584836..24e715a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '5.2.8.1' gem 'pg' -gem 'puma', '~> 5.6.7' +gem 'puma', '~> 8.0.2' gem 'dotenv-rails' gem 'settingslogic' diff --git a/Gemfile.lock b/Gemfile.lock index 0b73670..59ace0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,6 +172,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.0.1) + mini_portile2 (2.8.9) minitest (5.19.0) modernizr-rails (2.7.1) multi_json (1.15.0) @@ -180,7 +181,10 @@ GEM neat (2.1.0) sass (~> 3.4) thor (~> 0.19) - nio4r (2.3.0) + nio4r (2.7.5) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.15.4-arm64-darwin) racc (~> 1.4) oauth (0.5.1) @@ -212,7 +216,7 @@ GEM pg (1.5.3) powerpack (0.1.2) public_suffix (5.0.3) - puma (5.6.7) + puma (8.0.2) nio4r (~> 2.0) pundit (1.1.0) activesupport (>= 3.0.0) @@ -396,7 +400,7 @@ DEPENDENCIES omniauth-github omniauth-twitter pg - puma (~> 5.6.7) + puma (~> 8.0.2) pundit rack-robotz (~> 0.0.3) rails (= 5.2.8.1)