From acf9cceefb7730d039f010cbb15706280d9b4aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:06:47 +0000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 in /docs Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index babd9bf..4e06591 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -32,6 +32,6 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] gem "just-the-docs" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" gem "jekyll", "~> 3.9" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index fc01d0d..8178ae9 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -275,7 +275,7 @@ GEM unf_ext (0.0.9.1) unicode-display_width (1.8.0) uri (0.13.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby @@ -291,7 +291,7 @@ DEPENDENCIES tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.30