From 627bd6b421871ab1b28571a399c2e9c42705626c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:52:17 +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 282e837c..897ceec9 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rails", "~> 7.1.3" gem "mysql2", "~> 0.5.6" # Use Puma as the app server -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" # Use Uglifier as compressor for JavaScript assets gem "uglifier", ">= 1.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 351b81b0..bc0d7099 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.8-aarch64-linux) racc (~> 1.4) nokogiri (1.16.8-arm-linux) @@ -220,7 +220,7 @@ GEM date stringio public_suffix (5.0.4) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -390,7 +390,7 @@ DEPENDENCIES jsbundling-rails listen (>= 3.0.5, < 3.10) mysql2 (~> 0.5.6) - puma (~> 6.4) + puma (~> 6.5) rails (~> 7.1.3) rdoc (>= 6.6.3.1) rollbar