From 5559c70af2f6028deecc4c586a9428de5d664492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:19:51 +0000 Subject: [PATCH] Bump puma from 5.6.7 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 5.6.7 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.7...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 ee0bdbda8..4eaa1372b 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem 'stripe' gem 'rails-html-sanitizer', '~> 1.6.0' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 5.0' +gem 'puma', '~> 6.4' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem 'importmap-rails' # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] diff --git a/Gemfile.lock b/Gemfile.lock index 4c259a268..df6fb4987 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM i18n (>= 0.5.0) railties (>= 5.0.0) public_suffix (5.0.3) - puma (5.6.7) + puma (6.4.0) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -529,7 +529,7 @@ DEPENDENCIES pry-byebug pry-remote public_activity - puma (~> 5.0) + puma (~> 6.4) pundit rack-mini-profiler (~> 3.1) rails (= 7.0.6)