From ab75ada9fc19a1384b6559ba774a36d15dcf17d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 23:42:58 +0000 Subject: [PATCH] Bump puma from 5.6.8 to 5.6.9 Bumps [puma](https://github.com/puma/puma) from 5.6.8 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/v5.6.8...v5.6.9) --- updated-dependencies: - dependency-name: puma 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 7c31640..541eb3c 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'algolia', '~> 2.0.4' gem 'chronic' gem 'loofah', '~> 2.3.1' gem 'pg' -gem 'puma', '~> 5.6.4' +gem 'puma', '~> 5.6.9' gem 'rails', '~> 6.1.7.8' gem 'sidekiq', '~> 4.1.3' gem 'simple_command' diff --git a/Gemfile.lock b/Gemfile.lock index e49c678..a0af08d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,7 +216,7 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) @@ -243,7 +243,7 @@ GEM pry-rails (0.3.11) pry (>= 0.13.0) public_suffix (6.0.1) - puma (5.6.8) + puma (5.6.9) nio4r (~> 2.0) racc (1.8.1) rack (2.2.9) @@ -439,7 +439,7 @@ DEPENDENCIES progress_bar (~> 1.3.0) pry-byebug pry-rails - puma (~> 5.6.4) + puma (~> 5.6.9) rack-cors rails (~> 6.1.7.8) rspec-rails (~> 6.1.3)