From 58f56c890247c4342231cc7370eb880f643343a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:03:22 +0000 Subject: [PATCH] Bump puma from 5.6.5 to 5.6.7 in /examples/stacks/rails/blog Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 5.6.7. - [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.5...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/stacks/rails/blog/Gemfile | 2 +- examples/stacks/rails/blog/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/stacks/rails/blog/Gemfile b/examples/stacks/rails/blog/Gemfile index 311c912006a..92ff9636092 100644 --- a/examples/stacks/rails/blog/Gemfile +++ b/examples/stacks/rails/blog/Gemfile @@ -13,7 +13,7 @@ gem "sprockets-rails" gem "sqlite3", "~> 1.4" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 5.0" +gem "puma", "~> 5.6" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/examples/stacks/rails/blog/Gemfile.lock b/examples/stacks/rails/blog/Gemfile.lock index 6c543b4cca2..d93b78fede1 100644 --- a/examples/stacks/rails/blog/Gemfile.lock +++ b/examples/stacks/rails/blog/Gemfile.lock @@ -132,7 +132,7 @@ GEM nokogiri (1.14.3-x86_64-linux) racc (~> 1.4) public_suffix (5.0.1) - puma (5.6.5) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -225,7 +225,7 @@ DEPENDENCIES debug importmap-rails jbuilder - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.4) selenium-webdriver sprockets-rails