From e39a5f3870bd3afb1b6c53de2c56ea874dfdf9cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 04:45:10 +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 0a12de1..275a3e4 100644 --- a/Gemfile +++ b/Gemfile @@ -29,4 +29,4 @@ end gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8", ">= 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index cf50c7a..46b4e89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS ruby @@ -80,7 +80,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