From 9832ee4faf2441a9eb28d2e0b4b0f6ba63b6268f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 07:13:13 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-REXML-7814166 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 - https://snyk.io/vuln/SNYK-RUBY-REXML-8309365 - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 - https://snyk.io/vuln/SNYK-RUBY-REXML-7462086 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8453714 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index af1ac23e..92942c3e 100644 --- a/Gemfile +++ b/Gemfile @@ -9,9 +9,9 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! gem "jekyll", "~> 3.9.0" -gem "kramdown", ">= 2.3.0" +gem "kramdown", ">= 2.5.1" gem "kramdown-parser-gfm" -gem "nokogiri", ">= 1.14.3" +gem "nokogiri", ">= 1.16.8" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0"