From beb7edad0581409129c3defb7133a740a3dc2d74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:02:28 +0000 Subject: [PATCH] Update dependency puma to '~> 6.4', '>= 6.4.3' --- api/Gemfile | 2 +- api/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Gemfile b/api/Gemfile index 057605ac6..27d4a4a32 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 7.1.3', '>= 7.1.3.3' gem 'mysql2', '~> 0.5', '>= 0.5.6' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 6.4', '>= 6.4.2' +gem 'puma', '~> 6.4', '>= 6.4.3' # Process ZIP archives gem 'rubyzip', '~> 2.3', '>= 2.3.2' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index f01cefddc..8bf4cf7f0 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -322,7 +322,7 @@ DEPENDENCIES faker (~> 3.5.1) mocha (~> 2.4.5) mysql2 (~> 0.5, >= 0.5.6) - puma (~> 6.4, >= 6.4.2) + puma (~> 6.4, >= 6.4.3) rack-cors rails (~> 7.1.3, >= 7.1.3.3) rubocop-minitest (~> 0.35.0)