From c9038c67808f1db9009be0fa4e5e194c44765985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:53:26 +0000 Subject: [PATCH] Bump puma from 5.6.6 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 5.6.6 to 6.4.0. - [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...v6.4.0) --- 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 b1e74a4..38a3108 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "propshaft" gem "pg", "~> 1.1" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 5.0" +gem "puma", "~> 6.4" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsbundling-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 0ca1eed..d54e862 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM rack railties (>= 7.0.0) public_suffix (5.0.3) - puma (5.6.6) + puma (6.4.0) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -309,7 +309,7 @@ DEPENDENCIES jsbundling-rails pg (~> 1.1) propshaft - puma (~> 5.0) + puma (~> 6.4) rails (~> 7.0.6) rspec rspec-rails