From e47d1159d1bb07cfe7618098e02305cdc234d9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:05:33 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ae0987a6e..12ca96112 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '>= 3.1.4', '< 3.2' # Core Rails stuff gem 'image_processing' # for ActiveStorage Variants -gem 'puma', '~> 6.4' +gem 'puma', '~> 6.5' gem 'rails', '~> 7.1.3' # Assets diff --git a/Gemfile.lock b/Gemfile.lock index d7639f164..477a76c9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ GEM timeout net-smtp (0.4.0.1) net-protocol - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.18.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -401,7 +401,7 @@ GEM psych (5.1.2) 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) @@ -682,7 +682,7 @@ DEPENDENCIES omniauth-saml (~> 2.2) paper_trail (~> 15.2.0) pg (~> 1.5.9) - puma (~> 6.4) + puma (~> 6.5) pundit (= 2.4.0) rails (~> 7.1.3) ransack (= 4.2.1)