From 56e058ce290ab725c27e6044e977cb19d9146bbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Sep 2025 00:02:04 +0000 Subject: [PATCH] fix: play-with-docker/Portus/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124 --- play-with-docker/Portus/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-with-docker/Portus/Gemfile b/play-with-docker/Portus/Gemfile index e23be3343..9c36678d4 100644 --- a/play-with-docker/Portus/Gemfile +++ b/play-with-docker/Portus/Gemfile @@ -52,7 +52,7 @@ def packaging? end # If the deployment is done through Puma, include it in the bundle. -gem "puma", "~> 3.7.0" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging? +gem "puma", "~> 5.6.9" # In order to create the Gemfile.lock required for packaging # meaning that it should contain only the production packages