From d3ca2d30ecf6d24202a9f219bd6014b2a2b3d200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:12:35 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.0.3 Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.0.3. - [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.3) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.3 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 9e82a0e..a97dd29 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" -gem "puma", "~> 6.6" +gem "puma", "~> 7.0" gem "sinatra", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index c43125a..7d9a3d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM mustermann (3.0.3) ruby2_keywords (~> 0.0.1) nio4r (2.7.4) - puma (6.6.0) + puma (7.0.3) nio4r (~> 2.0) rack (3.1.16) rack-protection (4.1.1) @@ -35,7 +35,7 @@ PLATFORMS DEPENDENCIES base64 (~> 0.3.0) cowsay (~> 0.3.0) - puma (~> 6.6) + puma (~> 7.0) rackup (~> 2.2) sinatra (~> 4.1)