From b77bc69c439ecdf4601efd9dc4933ceb4719643b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:35:21 +0000 Subject: [PATCH] chore: bump puma in /integration/examples/ruby/backend 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] --- integration/examples/ruby/backend/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/examples/ruby/backend/Gemfile.lock b/integration/examples/ruby/backend/Gemfile.lock index e9a67aa9d04..275106e21b0 100644 --- a/integration/examples/ruby/backend/Gemfile.lock +++ b/integration/examples/ruby/backend/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - nio4r (2.5.9) - puma (5.6.7) + nio4r (2.7.0) + puma (5.6.8) nio4r (~> 2.0) rack (2.2.6.4) rack-unreloader (1.7.0)