From 1a47132f3964e674c074706d4cd7c3bb63d04293 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Feb 2025 06:23:22 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732769 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732779 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b670e7b84..00e987342 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" gem 'github-pages' -gem 'html-proofer' +gem 'html-proofer', '>= 3.15.0' gem 'rack-contrib', '~> 1.1.0' gem 'rake'