From 778b7d02cd8c8b33b5158a4f31b5d7316909b1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:12:04 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 6.6.1 Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 6.6.1. - [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.6.0...v6.6.1) --- updated-dependencies: - dependency-name: puma dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 95b0030..2a379e7 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "propshaft", "1.1.0" # Use sqlite3 as the database for Active Record gem "sqlite3", "2.7.3" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "6.6.0" +gem "puma", "6.6.1" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsbundling-rails", "1.3.1" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] diff --git a/Gemfile.lock b/Gemfile.lock index 62f1534..3ea3072 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM date stringio public_suffix (6.0.1) - puma (6.6.0) + puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) rack (3.1.16) @@ -334,7 +334,7 @@ DEPENDENCIES phlex-rails! propshaft (= 1.1.0) pry (= 0.15.2) - puma (= 6.6.0) + puma (= 6.6.1) rails (= 8.0.2) rouge (~> 4.6) ruby_ui!