From 8178d45ff093a3e615d63e8788598467351319b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:05:03 +0000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.9.1 Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8935dbe..84756c4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3" -gem "webrick", "~> 1.8" +gem "webrick", "~> 1.9" gem "jekyll-theme-primer" gem "jekyll-redirect-from" diff --git a/Gemfile.lock b/Gemfile.lock index 1860123..3804dd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) - webrick (1.8.1) + webrick (1.9.1) PLATFORMS x86_64-linux @@ -91,7 +91,7 @@ DEPENDENCIES jekyll (~> 4.3) jekyll-redirect-from jekyll-theme-primer - webrick (~> 1.8) + webrick (~> 1.9) BUNDLED WITH 2.4.10