From 7b513baa0792ad38eca66e8f2dfcbb59d68af1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 23:06:43 +0000 Subject: [PATCH] Bump puma from 6.4.3 to 7.1.0 in /spec/tester_mongo_rails_6 Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 7.1.0. - [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.4.3...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spec/tester_mongo_rails_6/Gemfile | 2 +- spec/tester_mongo_rails_6/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/tester_mongo_rails_6/Gemfile b/spec/tester_mongo_rails_6/Gemfile index 0d8f058d..ffa9dad6 100644 --- a/spec/tester_mongo_rails_6/Gemfile +++ b/spec/tester_mongo_rails_6/Gemfile @@ -12,7 +12,7 @@ gem "sqlite3", "~> 1.6" gem "mongoid" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.4" +gem "puma", "~> 7.1" # Use graphql gem for handle API gem 'graphql', "~> 2.3.21" diff --git a/spec/tester_mongo_rails_6/Gemfile.lock b/spec/tester_mongo_rails_6/Gemfile.lock index 5bec729b..de2dac71 100644 --- a/spec/tester_mongo_rails_6/Gemfile.lock +++ b/spec/tester_mongo_rails_6/Gemfile.lock @@ -164,7 +164,7 @@ GEM pry (>= 0.13, < 0.15) psych (5.1.2) stringio - puma (6.4.3) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.4) @@ -256,7 +256,7 @@ DEPENDENCIES graphql (~> 2.3.21) mongoid pry-byebug - puma (~> 6.4) + puma (~> 7.1) rails (~> 7.1.4) rspec-rails sqlite3 (~> 1.6)