From 556a3129f8551c968eaa55394b9f8c96df974523 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 05:24:54 +0000 Subject: [PATCH] fix: docs/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-WEBRICK-10500756 --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 42261e2..88b3718 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" # gem "rails" gem 'wdm', '>= 0.1.0' if Gem.win_platform? gem "github-pages", group: :jekyll_plugins -gem "webrick", "~> 1.8" +gem "webrick", "~> 1.8", ">= 1.8.2" gem "jekyll-avatar" gem "jekyll-sitemap" gem "jekyll-optional-front-matter", "~> 0.3.2"