From 49a03eeda1152805dd7135aa1670ba3bbc82aada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 22:13:58 +0000 Subject: [PATCH] build(deps): bump webrick from 1.7.0 to 1.8.2 in /docs Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.8.2 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 e4a4d890f343..d4c69e8dde6a 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gem 'github-pages', group: :jekyll_plugins -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 88febdd5c3fc..9077a62644dd 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -249,7 +249,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) zeitwerk (2.6.0) PLATFORMS @@ -257,7 +257,7 @@ PLATFORMS DEPENDENCIES github-pages - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.33