From 893261f75e229d1e53d6bb2c63527f55d4ad24c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 03:14:53 +0000 Subject: [PATCH] Update dependency puma to v5.6.9 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0db0973..a7f0cec 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "sprockets-rails" gem "sqlite3", "~> 2.0" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 7.0" +gem "puma", "~> 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails"