From 634ea4df31de937fd7d9285f7440434342c8a682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 17:44:05 +0000 Subject: [PATCH] build(deps): update puma requirement from ~> 6.0 to ~> 7.0 Updates the requirements on [puma](https://github.com/puma/puma) to permit the latest version. - [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.0.0...v7.0.4) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fef3cff..478aece 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby "3.3.5" gem "rails", "~> 7.1.0" gem "sqlite3", "~> 1.4" # Revert to working version -gem "puma", "~> 6.0" +gem "puma", "~> 7.0" gem "bootsnap", ">= 1.4.4", require: false # Vulnerable dependencies for testing diff --git a/Gemfile.lock b/Gemfile.lock index c132e13..bb9b5f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,6 +94,7 @@ GEM erb (5.0.2) erubi (1.13.1) ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) globalid (1.3.0) activesupport (>= 6.1) i18n (1.14.7) @@ -140,7 +141,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -192,6 +193,7 @@ GEM securerandom (0.4.1) spring (4.4.0) sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-linux) stringio (3.1.7) thor (1.4.0) timeout (0.4.3) @@ -210,13 +212,14 @@ GEM PLATFORMS arm64-darwin-24 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4) byebug listen (~> 3.3) nokogiri (~> 1.14.0) - puma (~> 6.0) + puma (~> 7.0) rails (~> 7.1.0) spring sqlite3 (~> 1.4)