From 750e8bdf736166317b9fad4cb9a18d12b139dd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 22:35:43 +0000 Subject: [PATCH] chore(deps): bump puma from 7.2.1 to 8.0.2 Bumps [puma](https://github.com/puma/puma) from 7.2.1 to 8.0.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](https://github.com/puma/puma/compare/v7.2.1...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production 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 6adbc2da59..3698fa8267 100644 --- a/Gemfile +++ b/Gemfile @@ -150,7 +150,7 @@ end group :development, :production, :test do # Puma will be our app server - gem 'puma', '~> 7.2' + gem 'puma', '~> 8.0' end group :production, :test, :ci do diff --git a/Gemfile.lock b/Gemfile.lock index 1e3070dcb5..6d5d570caf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -402,7 +402,7 @@ GEM net-smtp (0.5.0) net-protocol netrc (0.11.0) - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.19.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -431,7 +431,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.1) + puma (8.0.2) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) @@ -718,7 +718,7 @@ DEPENDENCIES pdf-reader pg pgvector - puma (~> 7.2) + puma (~> 8.0) rack-cors rack-mini-profiler rails (~> 7.2.3)