From 408ba6a77304930bbd1c6d27e2b432fb115db203 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Oct 2021 05:21:53 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-1730572 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cf5415e..1a5422a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.2' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3', '>= 4.3.9' # Use Figaro as the environment variables manager gem 'figaro' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder