From b24dc45afb6953190dfb50a6a4b8ef28748f062c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Mar 2022 20:10:05 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-2437090 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 09a67556..85d73f4a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 5.2' # Use postgres as database gem 'pg' # Use Puma as the app server -gem 'puma' +gem 'puma', '>= 4.3.12' # For Travis CI gem 'rake', group: :test # Make loading large Ruby/Rails apps faster