From 84d1ad1e15c79a1c03637b867d42648a15c9c971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:46:21 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.0.0 Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.0.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.6.0...v7.0.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.0 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..30c426e 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.0) 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)