From 77a0ee16a72b6fe54e9b26c1e882a7eaf5c7ec7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:43:53 +1300 Subject: [PATCH] Bump puma from 5.6.7 to 5.6.8 in /examples/rails_example (#33) 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> --- examples/rails_example/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rails_example/Gemfile.lock b/examples/rails_example/Gemfile.lock index fd971fb..ba94bf5 100644 --- a/examples/rails_example/Gemfile.lock +++ b/examples/rails_example/Gemfile.lock @@ -162,13 +162,13 @@ GEM digest net-protocol timeout - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.16.2-x86_64-darwin) racc (~> 1.4) nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) public_suffix (4.0.7) - puma (5.6.7) + puma (5.6.8) nio4r (~> 2.0) racc (1.7.3) rack (2.2.6.4)