From c900fd7bb79116247f4d6d83881f12e141625170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:35:54 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 in /site 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-type: direct:production ... Signed-off-by: dependabot[bot] --- site/Gemfile | 2 +- site/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/Gemfile b/site/Gemfile index cae4b8499f..0348042d96 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -15,7 +15,7 @@ # source 'https://rubygems.org' gem 'jekyll', '~>4' -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" group :jekyll_plugins do gem 'jekyll-redirect-from' diff --git a/site/Gemfile.lock b/site/Gemfile.lock index 0c8f23adcd..ba9b9a6fab 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock @@ -58,7 +58,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 x86_64-linux @@ -67,7 +67,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4) jekyll-redirect-from - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.11