From 1cf538ada3e0824f837ad7d41420f4bb1723ca22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Sep 2024 09:54:52 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ac557dab..e19b8e00 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "mini_racer", platforms: %i[ ruby jruby ] # fixes Could not find a JavaScrip gem "sqlite3", ">= 1.4" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", ">= 5.0" +gem "puma", ">= 6.4.3" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails"