From 46f0a62d8a79b5cf14897b571667007bada95495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 06:05:54 +0000 Subject: [PATCH] Bump puma from 6.6.1 to 8.0.2 Bumps [puma](https://github.com/puma/puma) from 6.6.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/v6.6.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index de064c15..7b8f9a46 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '~> 3.2.2' gem 'rails', '~> 7.2.1' gem 'activeresource' # Use Puma as the app server -gem 'puma', '~> 6.4' +gem 'puma', '~> 8.0' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' gem 'closure-compiler' diff --git a/Gemfile.lock b/Gemfile.lock index 2e7b5db1..dc7f4150 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,7 +216,7 @@ GEM psych (5.3.1) date stringio - puma (6.6.1) + puma (8.0.2) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) @@ -359,7 +359,7 @@ DEPENDENCIES net-ldap oj oj_mimic_json - puma (~> 6.4) + puma (~> 8.0) rails (~> 7.2.1) rails-i18n responders