From cb7b7bca3b4ad9c2260177d746d87e3991f5b9d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:48:32 +0000 Subject: [PATCH] Update dependency puma to '~> 6.4.0' --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f406a81..0658de3 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '3.2.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.0.7.1' gem 'pg', '~> 1.1' -gem 'puma', '~> 6.3.1' +gem 'puma', '~> 6.4.0' gem 'redis', '~> 5.0' gem 'bcrypt', '~> 3.1.7' gem 'bootsnap', '>= 1.4.4', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9bfacc4..52aadbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,7 +287,7 @@ GEM net-smtp (0.4.0) net-protocol net-ssh (7.2.0) - nio4r (2.5.9) + nio4r (2.6.1) nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) nori (2.6.0) @@ -322,7 +322,7 @@ GEM activerecord (>= 5.2) activesupport (>= 5.2) public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) racc (1.7.2) rack (2.2.8) @@ -544,7 +544,7 @@ DEPENDENCIES pdfkit pg (~> 1.1) pg_search - puma (~> 6.3.1) + puma (~> 6.4.0) rails (~> 7.0.7.1) redis (~> 5.0) rexml