From 141274de8494782a16647974f01c227c7bb95677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 06:19:41 +0000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 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-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 41bbdda..2a857ac 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ gem "jekyll", "~> 4.3" gem "just-the-docs", "0.5.0" gem "jekyll-default-layout" gem "jekyll-github-metadata", ">= 2.15" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" gem 'jekyll-target-blank' gem "jekyll-sitemap" diff --git a/Gemfile.lock b/Gemfile.lock index aae4e1e..0a52a43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.4.2) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin-22 @@ -110,7 +110,7 @@ DEPENDENCIES jekyll-sitemap jekyll-target-blank just-the-docs (= 0.5.0) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.4.12