From f5d98f07f031753694e65af62c76891137cd742c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 04:45:47 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 53ed2dc..bb3e6aa 100644 --- a/Gemfile +++ b/Gemfile @@ -2,10 +2,10 @@ source 'https://rubygems.org' ruby '~> 2.4' -gem 'rails', '~> 5.2.6' +gem 'rails', '~> 7.0.0' gem 'sqlite3' -gem 'sass-rails' +gem 'sass-rails', '>= 6.0.0' gem 'uglifier' gem 'coffee-rails' gem 'jquery-rails'