From 702bb6416d48987580a0849860e04f3dcac35386 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Sep 2024 09:49:37 +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 b641b5cb67..63c2690a70 100644 --- a/Gemfile +++ b/Gemfile @@ -157,7 +157,7 @@ group :development, :test do # system specs gem "capybara", "~> 3.30" gem "launchy", "~> 2.5" # For auto-opening capybara html file - gem "puma", "~> 5.6" + gem "puma", "~> 5.6", ">= 5.6.9" gem "selenium-webdriver", "~> 4.15.0" # TODO: Can't upgrade to 4.17 until Rails 7 + Ruby 3.3 # Debugging