From 2d79d59eb89cb602a47334e9ba23eed6fe8b7055 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Jul 2022 14:27:00 -0700 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-2960802 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 45b8ebd..070ac47 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby ' ~> 3.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1.3' +gem 'rails', '~> 6.1.6', '>= 6.1.6.1' # Use postgresql as the database for Active Record gem 'sqlite3' # Use Puma as the app server