From d41bfc18d179c0111783461e0cae9b310ee12191 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Dec 2024 02:34:00 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8496389 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cb3ec1d..4992ee9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ git_source(:github) do |repo_name| end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 7.1.0' +gem 'rails', '~> 7.1.5', '>= 7.1.5.1' # Use postgresql as the database for Active Record gem 'pg' # Use Puma as the app server