From 459088477783fd6300eda626a2fa8ab816f7bdb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 07:07:08 +0100 Subject: [PATCH] chore(deps): bump webrick from 1.7.0 to 1.8.0 in /docs (#2474) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/Gemfile | 2 +- docs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 9e2f32df0..7b03e7250 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -33,7 +33,7 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" # Experimental theme # gem "just-the-docs", "~> 0.3.3" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 407c14cc4..f866f060b 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -255,7 +255,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.0) zeitwerk (2.6.1) PLATFORMS @@ -271,7 +271,7 @@ DEPENDENCIES tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.1.4