From a0266b4231b378ac87766605e92118da7de01c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:19:23 +0000 Subject: [PATCH] Bump puma from 5.6.7 to 5.6.9 in /sample-functions-framework-ruby Bumps [puma](https://github.com/puma/puma) from 5.6.7 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.7...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: indirect ... Signed-off-by: dependabot[bot] --- sample-functions-framework-ruby/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-functions-framework-ruby/Gemfile.lock b/sample-functions-framework-ruby/Gemfile.lock index 5b11279..180edd2 100644 --- a/sample-functions-framework-ruby/Gemfile.lock +++ b/sample-functions-framework-ruby/Gemfile.lock @@ -6,8 +6,8 @@ GEM cloud_events (>= 0.7.0, < 2.a) puma (>= 4.3.0, < 6.a) rack (~> 2.1) - nio4r (2.5.9) - puma (5.6.7) + nio4r (2.7.3) + puma (5.6.9) nio4r (~> 2.0) rack (2.2.6.4)