From d6d6ae4ef843bfc63d021008772a0d55c02beb51 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 26 Sep 2024 11:31:21 +0200 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities (#434) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535 Co-authored-by: snyk-bot --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c958185..1ff80aa 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' gem 'github-pages', '>= 232', group: :jekyll_plugins -gem 'webrick', '~> 1.3', '>= 1.3.1' \ No newline at end of file +gem 'webrick', '~> 1.8', '>= 1.8.2' \ No newline at end of file