From 65f0b8d655b20989783f7190a7d15e19a4de6ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 23:20:08 +0000 Subject: [PATCH] Bump puma from 6.6.1 to 7.0.4 in /spec/tester_mongo Bumps [puma](https://github.com/puma/puma) from 6.6.1 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.1...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] --- spec/tester_mongo/Gemfile | 2 +- spec/tester_mongo/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/tester_mongo/Gemfile b/spec/tester_mongo/Gemfile index 4e635b0f..b6f12e02 100644 --- a/spec/tester_mongo/Gemfile +++ b/spec/tester_mongo/Gemfile @@ -12,7 +12,7 @@ gem "sqlite3", "~> 1.6" gem "mongoid" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.6" +gem "puma", "~> 7.0" # Use graphql gem for handle API gem 'graphql', "~> 2.5.13" diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index b0d13e37..e796bb6c 100644 --- a/spec/tester_mongo/Gemfile.lock +++ b/spec/tester_mongo/Gemfile.lock @@ -168,7 +168,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.2) @@ -258,7 +258,7 @@ DEPENDENCIES graphql (~> 2.5.13) mongoid pry-byebug - puma (~> 6.6) + puma (~> 7.0) rails (~> 7.1.3) rspec-rails sqlite3 (~> 1.6)