From 2a14adba8c5b5937ae7935e35b25551216037607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:18:41 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 6.5.0 Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 6.5.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/v4.3.5...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 10f7f58..85da6f6 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" -gem "puma", "~> 4.3" +gem "puma", "~> 6.5" gem "sinatra", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index a4ba1c1..cf100d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,8 +6,8 @@ GEM logger (1.6.1) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - nio4r (2.5.2) - puma (4.3.5) + nio4r (2.7.4) + puma (6.5.0) nio4r (~> 2.0) rack (3.1.8) rack-protection (4.1.0) @@ -31,7 +31,7 @@ PLATFORMS DEPENDENCIES cowsay (~> 0.3.0) - puma (~> 4.3) + puma (~> 6.5) sinatra (~> 4.1) BUNDLED WITH