From f87ecbc92065130b0482c10efb0a6780eab00dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 21:49:55 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.6.9 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 5.6.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.12.6...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-version: 5.6.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 39ff84aa..00847f48 100644 --- a/Gemfile +++ b/Gemfile @@ -129,5 +129,5 @@ group :development, :test do end group :production do - gem "puma", "~> 3" + gem "puma", "~> 5" end diff --git a/Gemfile.lock b/Gemfile.lock index 08ea36b8..85868cca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,8 @@ GEM premailer (~> 1.7, >= 1.7.9) psych (3.3.4) public_suffix (6.0.1) - puma (3.12.6) + puma (5.6.9) + nio4r (~> 2.0) racc (1.8.1) rack (2.2.13) rack-attack (5.4.2) @@ -604,7 +605,7 @@ DEPENDENCIES pg_search (~> 2) premailer-rails (~> 1) psych (< 4) - puma (~> 3) + puma (~> 5) rack-attack (~> 5) rails (~> 7.0.0) rails-assets-EpicEditor (~> 0)!