From 11ca8b08495574ab3bb476a3825069c67ddc33cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Apr 2022 00:13:19 +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(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 94c1ac6..1706a3c --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'rails', '~> 6.0.1' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3', '>= 4.3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0.7' # Use Uglifier as compressor for JavaScript assets