From 796bc9576286a682889aef430cefbb401a6ddcfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:59:46 +0000 Subject: [PATCH] Bump puma from 5.6.7 to 6.3.1 Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 6.3.1. - [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.7...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 98280972..56ad0ef9 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'importmap-rails' gem 'jbuilder' gem 'pg', '~> 1.1' gem 'postmark-rails' -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.3' gem 'rails', '~> 7.0.6' gem 'redis', '~> 4.0' gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 957e2c28..ab091457 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.7) + puma (6.3.1) 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.6) + puma (~> 6.3) rails (~> 7.0.6) redis (~> 4.0) rubocop-capybara