From 03994d0af58823cbbab603eae4ed806c36214e73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 21:01:04 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-6228056 - https://snyk.io/vuln/SNYK-RUBY-YARD-6305193 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a0d0e775c..92df26094 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :test do end group :docs do - gem 'yard' + gem 'yard', '>= 0.9.35' platforms :mri_19 do gem 'gherkin' @@ -36,7 +36,7 @@ group :docs do gem 'nanoc-toolbox' gem 'compass' gem 'bootstrap-sass' - gem 'nokogiri' + gem 'nokogiri', '>= 1.15.6' gem 'rubypants' gem 'rouge' gem 'redcarpet'