From 11bb3d4a76d18413d4e3a353369d3a35f24ec8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:42:34 +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-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 f8637d970..c604e93b3 100644 --- a/Gemfile +++ b/Gemfile @@ -25,4 +25,4 @@ group :development do end -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 985dae246..ad36ba76e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,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 ruby @@ -102,7 +102,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap rake - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.15