From ec95316b2f565b67d762d7c19534016c6e663b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:54:59 +0000 Subject: [PATCH] Bump puma from 6.4.3 to 6.5.0 Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.0. - [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.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 450298cad..554eb3e7e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby file: ".ruby-version" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 7.2.2" # Use Puma as the app server -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" # Deliver assets with Propshaft gem "propshaft", "~> 1.1" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index ccc287140..860e4ec90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -483,7 +483,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -799,7 +799,7 @@ DEPENDENCIES pghero (~> 3.6) propshaft (~> 1.1) public_suffix (~> 6.0) - puma (~> 6.4) + puma (~> 6.5) pundit (~> 2.4) rack-contrib (~> 2.5) rails (~> 7.2.2)