From 7582c440da0bb0faa484371f38fe4c1731db0e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:56:54 +0000 Subject: [PATCH] Bump puma from 5.1.1 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 5.6.7. - [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/v5.1.1...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7c36abef..755c23b8 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby "~> 3.1.4" gem "sinatra", "~> 2.1" gem "sinatra-contrib", "~> 2.1" gem "erector", ">=0.9.0" -gem "puma", "~> 5.1" +gem "puma", "~> 5.6" gem "activesupport", "~> 6.0", ">= 6.0.3.1" gem "json", "~> 2.3", ">= 2.3.1" gem "rack-rewrite", "~>1.5" diff --git a/Gemfile.lock b/Gemfile.lock index dd8a4ee5..42172df3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) newrelic_rpm (6.14.0) - nio4r (2.5.4) + nio4r (2.5.9) nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -77,7 +77,7 @@ GEM pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - puma (5.1.1) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.2) rack (2.2.3) @@ -159,7 +159,7 @@ DEPENDENCIES nokogiri (~> 1.10, >= 1.10.10) oj (~> 3.10, >= 3.10.13) pry (~> 0.13) - puma (~> 5.1) + puma (~> 5.6) rack-cache (~> 1.12, >= 1.12.0) rack-rewrite (~> 1.5) rack-ssl (~> 1.4, >= 1.4.1)