From 63dd777b8312ebf3bc2f5f45ae118f59858b370e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:35:59 +0000 Subject: [PATCH] Bump puma from 6.4.2 to 6.4.3 Bumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3. - [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.2...v6.4.3) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7e8bd1c0f..ce12e94c3 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'pdfkit' gem 'pg', '>= 0.18', '< 2.0' gem 'pg_search' gem 'propshaft' -gem 'puma', '~> 6.4.2' +gem 'puma', '~> 6.4.3' gem 'rails', '>= 6.0.3.5' gem 'rails-i18n' gem 'recaptcha' diff --git a/Gemfile.lock b/Gemfile.lock index d32784549..49f622373 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM timeout net-smtp (0.4.0.1) net-protocol - nio4r (2.7.0) + nio4r (2.7.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) @@ -344,7 +344,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.1) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) rack (2.2.9) @@ -578,7 +578,7 @@ DEPENDENCIES pg_search propshaft pry - puma (~> 6.4.2) + puma (~> 6.4.3) rails (>= 6.0.3.5) rails-i18n recaptcha