From 6f6969611c860ec593129b81e0436b708ea05932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:59:11 -0700 Subject: [PATCH] Bump puma from 6.4.2 to 6.4.3 (#67) 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 ... 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 313eb09..c31b1fc 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'sprockets-rails' gem 'pg', '~> 1.1' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 6.0' +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 cf904a3..afd8416 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,7 +210,7 @@ GEM psych (5.1.2) stringio public_suffix (5.0.5) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) pundit (2.3.2) activesupport (>= 3.0.0) @@ -384,7 +384,7 @@ DEPENDENCIES pg (~> 1.1) pg_search pgvector - puma (~> 6.0) + puma (~> 6.4) pundit (~> 2.3) rails (~> 7.1.0) rails-controller-testing