From 2b8c8ffdad67a6d6a18235842d0ebf84da9a71e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jun 2024 00:46:04 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e26c9fb1..4de3cb51 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gemspec -gem 'rails' +gem 'rails', '>= 6.0.2.1' gem 'sass' -gem 'railties' +gem 'railties', '>= 6.0.2.1' gem 'sprockets-es6'