From ea866e6b8e2239dbad850d9653bd93d28de52f28 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:24:28 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-15924312 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index fbf85ca463..10dcd798f6 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ end # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-commonmark" + gem "jekyll-commonmark", ">= 1.4.0" gem 'jekyll-sitemap' gem 'jekyll-redirect-from' gem "premonition", "~> 2.0.0" @@ -32,5 +32,5 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? # add "last modified" date to template group :jekyll_plugins do - gem "jekyll-last-modified-at" + gem "jekyll-last-modified-at", ">= 1.3.2" end