From 2766ebd46165590ab5efc810541f947c126ab095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:07:59 +0000 Subject: [PATCH] Bump puma from 6.3.1 to 6.4.2 Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.2. - [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.3.1...v6.4.2) --- 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 370a0b99..abe2d9aa 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '3.1.4' gem 'rails', '~> 7.0', '>= 7.0.8' gem 'pg', '~> 1.5', '>= 1.5.3' -gem 'puma', '~> 6.3' +gem 'puma', '~> 6.4' gem 'shakapacker', '~> 7.0', '>= 7.0.2' gem 'bootsnap', '>= 1.1.0', require: false gem 'redis', '~> 5.0', '>= 5.0.7' diff --git a/Gemfile.lock b/Gemfile.lock index 5a85d04e..c21d4267 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM net-smtp (0.3.3) net-protocol netrc (0.11.0) - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -202,7 +202,7 @@ GEM actionmailer (>= 3) premailer (~> 1.7, >= 1.7.9) public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.2) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -386,7 +386,7 @@ DEPENDENCIES meta-tags (~> 2.11, >= 2.11.1) pg (~> 1.5, >= 1.5.3) premailer-rails (~> 1.10.3) - puma (~> 6.3) + puma (~> 6.4) rails (~> 7.0, >= 7.0.8) rails-controller-testing (~> 1.0, >= 1.0.4) redis (~> 5.0, >= 5.0.7)