From 42fd755dc681decacbaac0185e67fb87c0f2fa67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:25:30 +0000 Subject: [PATCH] Bump puma from 6.4.2 to 6.4.3 Bumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3. - [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/v6.4.2...v6.4.3) --- updated-dependencies: - dependency-name: puma dependency-version: 6.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 710900a1131..585fde302fd 100644 --- a/Gemfile +++ b/Gemfile @@ -148,7 +148,7 @@ gem "phony", "~> 2.20" gem "prawn", "~> 2.4" gem "premailer-rails", "~> 1.12" gem "private_address_check", "~> 0.5" -gem "puma", "6.4.2" +gem "puma", "6.4.3" gem "pundit", "~> 2.3" gem "public_suffix", "~> 5.0" gem "rack-attack", "~> 6.6" diff --git a/Gemfile.lock b/Gemfile.lock index 6a17defa6d4..45b2bba12ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -590,7 +590,7 @@ GEM net-smtp (0.5.0) net-protocol netrc (0.11.0) - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -710,7 +710,7 @@ GEM eventmachine_httpserver http_parser.rb (~> 0.6.0) multi_json - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) pundit (2.3.2) activesupport (>= 3.0.0) @@ -1194,7 +1194,7 @@ DEPENDENCIES psych (~> 5.2.3) public_suffix (~> 5.0) puffing-billy (~> 4.0.0) - puma (= 6.4.2) + puma (= 6.4.3) pundit (~> 2.3) rack-attack (~> 6.6) rack-cors (~> 2.0)