From 0e1e5da80c742afbcdc195e67735c8a0ef988bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:18:08 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.0.4 Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.0.4. - [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.6.0...v7.0.4) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.4 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 335df32..8c79748 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 8.0.2' gem 'bootsnap', require: false gem 'dry-schema', '~> 1.14' -gem 'puma', '~> 6.0' +gem 'puma', '~> 7.0' gem 'rswag', '~> 2.16' gem 'sqlite3', '~> 2.7' diff --git a/Gemfile.lock b/Gemfile.lock index 6141837..4c7a04c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -196,7 +196,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.0) + puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) rack (3.1.16) @@ -350,7 +350,7 @@ DEPENDENCIES debug (~> 1.11) dry-schema (~> 1.14) factory_bot_rails (~> 6.5) - puma (~> 6.0) + puma (~> 7.0) rails (~> 8.0.2) rspec-rails (~> 8.0) rswag (~> 2.16)