From 5c5e75a5be414423a2691b7114151302697779a8 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:17:47 +0000 Subject: [PATCH] Update puma to version 6.5.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 045404a..0542084 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby "3.1.3" gem "amazing_print" gem "bootsnap", require: false gem "pg" -gem "puma", "~> 5.6" # Rails doesn't yet support puma 6 as of rails 7.0 +gem "puma", "~> 6.5" # Rails doesn't yet support puma 6 as of rails 7.0 gem "rack-canonical-host" gem "rails", "~> 7.0.3" gem "simple_form" diff --git a/Gemfile.lock b/Gemfile.lock index 6942989..b9c3068 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.7.4) nokogiri (1.13.9) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -145,7 +145,7 @@ GEM ast (~> 2.4.1) pg (1.4.5) public_suffix (5.0.0) - puma (5.6.5) + puma (6.5.0) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) @@ -292,7 +292,7 @@ DEPENDENCIES factory_bot_rails launchy pg - puma (~> 5.6) + puma (~> 6.5) rack-canonical-host rack-timeout rails (~> 7.0.3)