From cf8689faf223875c95fef961cd25664b9a461f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:30:19 +0000 Subject: [PATCH] Bump puma from 5.6.6 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 5.6.6 to 5.6.7. - [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/v5.6.6...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6699cb0b..98280972 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'importmap-rails' gem 'jbuilder' gem 'pg', '~> 1.1' gem 'postmark-rails' -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' gem 'rails', '~> 7.0.6' gem 'redis', '~> 4.0' gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 854713d1..957e2c28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,7 @@ GEM actionmailer (>= 3.0.0) postmark (>= 1.21.3, < 2.0) public_suffix (5.0.3) - puma (5.6.6) + puma (5.6.7) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -327,7 +327,7 @@ DEPENDENCIES letter_opener pg (~> 1.1) postmark-rails - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.6) redis (~> 4.0) rubocop-capybara