From 46200f0c45795806ffa4d47f594e6eaf3f6fab5b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:11:50 +0000 Subject: [PATCH] Update puma to version 5.6.8 --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cebec5b..abef57c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ end ruby '2.4.5' gem 'rails', '~> 5.2.3' -gem 'puma', '~> 3.7' +gem 'puma', '~> 5.6' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index b3e9e90..1f6d8e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,8 @@ GEM prawn-table (0.2.2) prawn (>= 1.3.0, < 3.0.0) public_suffix (3.0.3) - puma (3.12.1) + puma (5.6.8) + nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -272,7 +273,7 @@ DEPENDENCIES pg (~> 1.1) prawn-rails (~> 1.0) prawn-svg - puma (~> 3.7) + puma (~> 5.6) rails (~> 5.2.3) rails_layout sass-rails (~> 5.0)