From 7e6c10dbcb69d285156dc15d7aab41bcd7635b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:31:37 +0000 Subject: [PATCH] Bump puma from 5.6.8 to 5.6.9 Bumps [puma](https://github.com/puma/puma) from 5.6.8 to 5.6.9. - [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/v5.6.8...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 544d3dc..1561632 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '3.1.2' gem 'rails', '~> 6.1.0' gem 'pg', '>= 1.1' -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' gem 'sass-rails', '>= 6' gem 'uglifier', '>= 4.1.20' gem 'coffee-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 05959e7..d201501 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,7 @@ GEM orm_adapter (0.5.0) pg (1.5.6) public_suffix (6.0.0) - puma (5.6.8) + puma (5.6.9) nio4r (~> 2.0) pundit (2.3.2) activesupport (>= 3.0.0) @@ -277,7 +277,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (>= 3.2.0) pg (>= 1.1) - puma (~> 5.0) + puma (~> 5.6) pundit rack-cors rails (~> 6.1.0)