From 24b95cd6cf6ccc32dc8e71773596181d826ff2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:05:12 +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-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 96e28f8d..e03c7812 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "rack-brotli" gem "pg" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.0" +gem "puma", "~> 6.4" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] gem "turbo-rails", "~> 2.0.4" diff --git a/Gemfile.lock b/Gemfile.lock index ecea014d..a6532276 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM psych (5.1.2) stringio public_suffix (6.0.1) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -489,7 +489,7 @@ DEPENDENCIES pg pg_search propshaft - puma (~> 6.0) + puma (~> 6.4) pundit rack-brotli rack-cors