From c3d18e8cc4c4213ea408490f0eb73d49b90f9ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:55:33 +0000 Subject: [PATCH] Bump puma from 5.6.4 to 5.6.9 in /demo Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 5.6.9. - [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.4...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 43d243f..6bdad09 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -13,11 +13,11 @@ GEM listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - nio4r (2.5.8) + nio4r (2.7.3) parallel (1.21.0) parser (3.0.3.1) ast (~> 2.4.1) - puma (5.6.4) + puma (5.6.9) nio4r (~> 2.0) rack (2.2.3) rack-test (1.1.0)