From 927792a68877410a1aacbeaceca44e66a40d3705 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Oct 2025 10:12:48 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-URI-13506785 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2e64acb..ff049b7 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "solid_cable" gem "bootsnap", require: false # Deploy this application anywhere as a Docker container [https://kamal-deploy.org] -gem "kamal", require: false +gem "kamal", ">= 2.8.0", require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/] gem "thruster", require: false