From 963a96ffd7d814aeb76a12dbf6db8ac944098775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:56:35 +0000 Subject: [PATCH] Bump puma from 5.6.5 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 5.6.5 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.5...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2ca8559..dd5c773 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'bcrypt', '~> 3.1.17' group :development do # Use Puma as the app server - gem 'puma', '~> 5.6' + gem 'puma', '~> 6.4' # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'web-console', '>= 3.3.0' # gem 'listen', '~> 3.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index d6dec23..b1e63e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,12 +172,12 @@ GEM net-smtp (0.3.3) net-protocol netrc (0.11.0) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) public_suffix (5.0.1) - puma (5.6.5) + puma (6.4.0) nio4r (~> 2.0) racc (1.6.1) rack (2.2.4) @@ -334,7 +334,7 @@ DEPENDENCIES faraday_middleware (= 1.2.0) mysql2 (= 0.5.3) net-imap (= 0.3.1) - puma (~> 5.6) + puma (~> 6.4) rails (= 5.2.6.2) rails-controller-testing react-rails (= 2.6.2)