From 78ea90abf6805c76e108f6859f7fc23a1ca7963f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Mar 2022 01:24:41 +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(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 94c1ac6..be7ea8d --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ end ruby '2.7.5' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.0.1' +gem 'rails', '~> 6.0.4', '>= 6.0.4.7' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server