From df18f5264ced94461293f59aadd2f89321ce98fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:54:32 +0000 Subject: [PATCH] Bump puma from 6.0.0 to 6.3.1 Bumps [puma](https://github.com/puma/puma) from 6.0.0 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/v6.0.0...v6.3.1) --- 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 d87c0235c..fdc2eb3da 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "net-smtp", require: false gem "pg" # Use Puma as the app server -gem "puma", "~> 6.0" +gem "puma", "~> 6.3" gem "shakapacker", "6.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3c058b176..593ceca9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,7 +261,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -278,7 +278,7 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) public_suffix (5.0.1) - puma (6.0.0) + puma (6.3.1) nio4r (~> 2.0) racc (1.6.2) rack (2.2.7) @@ -491,7 +491,7 @@ DEPENDENCIES pg prometheus-client pry-byebug - puma (~> 6.0) + puma (~> 6.3) rack-attack rack-cors rails (~> 7.0.3)