From f7164d34019daf816a8948aa35554792b40dffe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 21:38:40 +0200 Subject: [PATCH] Bump puma from 4.3.12 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 4.3.12 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/v4.3.12...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 897cdf8ff..97ef80921 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 2.6.2" gem "pg", "~> 1.4.3" gem "pg_search", "~> 2.3.6" -gem "puma", "~> 4.3.12" +gem "puma", "~> 5.6.7" gem "recipient_interceptor", "~> 0.3.1" gem "redcarpet", "~> 3.6.0" gem "responders", "~> 3.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 141fb84e6..d51822795 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -433,7 +433,7 @@ GEM pronto (~> 0.11.0) scss_lint (~> 0.43, >= 0.43.0) public_suffix (4.0.7) - puma (4.3.12) + puma (5.6.7) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -741,7 +741,7 @@ DEPENDENCIES pronto-eslint (~> 0.11.1) pronto-rubocop (~> 0.11.5) pronto-scss (~> 0.11.0) - puma (~> 4.3.12) + puma (~> 5.6.7) rails (= 6.1.7.4) rails-assets-markdown-it (~> 9.0.1)! recipient_interceptor (~> 0.3.1)