From 07c83fe38f8ecdc3613c5dfda43092b0434a5009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:55:54 +0000 Subject: [PATCH] chore(deps): bump puma from 5.6.4 to 5.6.8 in /playground Bumps [puma](https://github.com/puma/puma) from 5.6.4 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.4...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- playground/Gemfile | 2 +- playground/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/playground/Gemfile b/playground/Gemfile index 57904f6a..92584077 100644 --- a/playground/Gemfile +++ b/playground/Gemfile @@ -11,7 +11,7 @@ gem "rails", "~> 6.1.3" gem "pg" gem "sqlite3", "~> 1.4" # Use Puma as the app server -gem "puma", "~> 5.5" +gem "puma", "~> 5.6" # Use SCSS for stylesheets gem "sass-rails", ">= 6" # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/playground/Gemfile.lock b/playground/Gemfile.lock index 0fe4dfbf..e2eb5b7c 100644 --- a/playground/Gemfile.lock +++ b/playground/Gemfile.lock @@ -157,7 +157,7 @@ GEM msgpack (1.5.3) multi_xml (0.6.0) newrelic_rpm (8.8.0) - nio4r (2.5.8) + nio4r (2.7.0) nokogiri (1.13.6-x86_64-darwin) racc (~> 1.4) nokogiri (1.13.6-x86_64-linux) @@ -189,7 +189,7 @@ GEM pg (1.4.1) phonelib (0.7.0) public_suffix (4.0.7) - puma (5.6.4) + puma (5.6.8) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) @@ -351,7 +351,7 @@ DEPENDENCIES omniauth-rails_csrf_protection (~> 1.0) pg phonelib - puma (~> 5.5) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 6.1.3) rotp