From 694941aa9d7e6ebff591ad1665a77a89c2bd5f60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 May 2021 09:00:41 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-1291014 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ef66138d5..19393b4a3 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } # core gem 'bootsnap', require: false -gem 'puma' +gem 'puma', '>= 5.3.1' gem 'rails', github: 'rails/rails' gem 'redis', '~> 4.2' gem 'sidekiq'