From 0161eb56857a2cf99421b92018a6fcb272be7f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:49:49 -0800 Subject: [PATCH] Bump puma from 6.4.0 to 6.4.1 (#392) Bumps [puma](https://github.com/puma/puma) from 6.4.0 to 6.4.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.4.0...v6.4.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bc92058..cf1702d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "sprockets-rails" gem "pg", "~> 1.5" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.3" +gem "puma", "~> 6.4" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 613892f..409e032 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ GEM psych (5.1.2) stringio public_suffix (5.0.4) - puma (6.4.0) + puma (6.4.1) nio4r (~> 2.0) racc (1.7.3) rack (3.0.8) @@ -335,7 +335,7 @@ DEPENDENCIES importmap-rails jbuilder pg (~> 1.5) - puma (~> 6.3) + puma (~> 6.4) rack-mini-profiler rails (= 7.1.2) redis (~> 5.0)