From a64f5fd6c8b3612b12642d9b7e7f6fd4cd3223c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Aug 2025 09:06:20 +0000 Subject: [PATCH] fix: backend/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-11800135 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112 --- backend/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Gemfile b/backend/Gemfile index 450d67b63..bbf2a6d44 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.7.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.0.3', '>= 6.0.3.6' +gem 'rails', '~> 7.1.5', '>= 7.1.5.2' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server