From 096cbfe002cccdecfda66db1edb1806eb17d1300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:56:08 +0000 Subject: [PATCH] Bump puma from 5.6.5 to 5.6.7 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] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f51b9b6..ac02650 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" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsbundling-rails" diff --git a/Gemfile.lock b/Gemfile.lock index ce61031..3dd2205 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,8 +116,10 @@ GEM nio4r (2.5.9) nokogiri (1.14.3-arm64-darwin) racc (~> 1.4) + nokogiri (1.14.3-x86_64-linux) + racc (~> 1.4) pg (1.4.6) - puma (5.6.5) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -182,6 +184,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES bootsnap @@ -190,7 +193,7 @@ DEPENDENCIES jbuilder jsbundling-rails pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.4, >= 7.0.4.3) redis (~> 4.0) sprockets-rails