From 5153b16bbedac72ffeba537793876c023568df83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 06:39:50 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8453714 --- 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'