From 89d04e8f1697eec0b01a49c7d10ca02fd379402b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Mar 2025 07:32:13 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-9058602 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f953fbb70..d97aa589e 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '5.2.3' +gem 'rails', '7.0.0' # Use postgres as the database for Active Record gem 'pg'