From 5c94346a10d58d6c922dc6b3d3df8db3c649cdea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Mar 2022 18:42:46 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-2420035 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index aec52f4..c32500d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.7.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.0.3' +gem 'rails', '~> 6.0.4', '>= 6.0.4.7' # Use postgres as DB gem 'pg' # Use Puma as the app server