From 2887a660c83f78235a2dd275b208123b816f26e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:52:45 +0000 Subject: [PATCH] Bump puma from 5.6.5 to 5.6.9 Bumps [puma](https://github.com/puma/puma) from 5.6.5 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.5...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ce66d6e..a93f50e 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "sprockets-rails" gem "pg", "~> 1.1" # 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/Gemfile.lock b/Gemfile.lock index 68a81a5..b28435c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.7.3) nokogiri (1.16.4-arm64-darwin) racc (~> 1.4) nokogiri (1.16.4-x86_64-darwin) @@ -133,7 +133,7 @@ GEM racc (~> 1.4) pg (1.4.5) public_suffix (5.0.1) - puma (5.6.5) + puma (5.6.9) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.2) @@ -222,7 +222,7 @@ DEPENDENCIES importmap-rails jbuilder pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.4, >= 7.0.4.2) redis (~> 4.0) selenium-webdriver