From b17ab09e9db88ee978fc5a806da3a1c7288c1e24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Dec 2024 06:32:36 +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 a1943d4..0a9360e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.6.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' -gem 'rails', '~> 6.1.7', '>= 6.1.7.1' +gem 'rails', '~> 7.0.8', '>= 7.0.8.7' # Use postgresql as the database for Active Record gem 'pg', '~> 1.1' # Use Puma as the app server