From bab5b3a7d33564f0e971e7ee74c18d501ff94d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:15:02 +0000 Subject: [PATCH] Bump puma from 5.6.8 to 5.6.9 in /backend Bumps [puma](https://github.com/puma/puma) from 5.6.8 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.8...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 78fa2009..7c50520e 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -18,7 +18,7 @@ gem "mongoid", "8.1.3" # https://www.mongodb.com/docs/mongoid/current/reference/ gem "pg" # Use Puma as the app server -gem "puma", "5.6.8" +gem "puma", "5.6.9" # Authentication libraries gem "cancancan", "~> 3.5.0" diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 551097b4..dae4bb43 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -323,7 +323,7 @@ GEM psych (5.1.2) stringio public_suffix (5.0.4) - puma (5.6.8) + puma (5.6.9) nio4r (~> 2.0) pusher (2.0.3) httpclient (~> 2.8) @@ -534,7 +534,7 @@ DEPENDENCIES pry-byebug pry-doc pry-rails - puma (= 5.6.8) + puma (= 5.6.9) pusher rack-cors (= 2.0.1) rack-timeout