From 265f6db00463a2aa04d227a5f6188744be1910fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 06:28:25 +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 e535059b..778eea26 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'importmap-rails' gem 'jbuilder' gem 'pg', '~> 1.5' gem 'postmark-rails' -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.3' gem 'rails', '~> 7.0.6' gem 'sidekiq' gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index b5159a96..c79f5f76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,7 +203,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) @@ -338,7 +338,7 @@ DEPENDENCIES mocha (~> 2.1) pg (~> 1.5) postmark-rails - puma (~> 5.6) + puma (~> 6.3) rails (~> 7.0.6) rubocop-capybara rubocop-factory_bot