From 012a7480ecb48a7ef2d094d7bf72920251da965e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:25:46 +0000 Subject: [PATCH] Bump puma from 6.4.3 to 6.5.0 Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.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/v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ee4c9c09..38f679ac 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'sprockets-rails' gem 'mysql2', '~> 0.5.6' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 6.4' +gem 'puma', '~> 6.5' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] # gem 'importmap-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 3e6a8739..457f391f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -220,7 +220,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -418,7 +418,7 @@ DEPENDENCIES mysql2 (~> 0.5.6) octoprint! pry - puma (~> 6.4) + puma (~> 6.5) railties (~> 7.1.3.4) react_on_rails (~> 14.0.5) redis (~> 5.3)