From be7262ca1e822ab0dfad06db1225eda8440579ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 09:27:44 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 241bf3d..49fd2ec 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "jekyll", "~> 4.2", ">= 4.2.0" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8", ">= 1.8.2" # Warning - in the start of 2020, Font Awesome was replaced, so from 0.9.0 # onwards the `fa` icons won't work. diff --git a/Gemfile.lock b/Gemfile.lock index 6bb6d99..6702b68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.3.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS ruby @@ -145,7 +145,7 @@ DEPENDENCIES tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8, >= 1.8.2) BUNDLED WITH 2.1.4