From 028fb702ac00989460bcccde92cf67235ea9370a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:47:46 -0600 Subject: [PATCH] Bump puma from 5.6.7 to 5.6.8 (#563) Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8. - [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.6.7...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index be29819e0..ace69023e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'listen', '~> 3.0' gem 'rack-cors', :require => 'rack/cors' -gem "puma", "~> 5.1" +gem "puma", "~> 5.6" # Run puma with systemd integration gem 'sd_notify', '>= 0.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 898b55316..69ad79f54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -527,7 +527,7 @@ GEM typhoeus (~> 0.7, >= 0.7.3) popper_js (1.16.1) public_suffix (3.1.1) - puma (5.6.7) + puma (5.6.8) nio4r (~> 2.0) qa (5.11.0) activerecord-import @@ -812,7 +812,7 @@ DEPENDENCIES pg pointless_feedback popper_js - puma (~> 5.1) + puma (~> 5.6) rack-cors rack-mini-profiler (~> 2.3.1) rails (~> 6.1.0)