From 9c17f58f04456d08599951629538b08b95699b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:01:51 +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 54b6072f..b5d20b4e 100644 --- a/Gemfile +++ b/Gemfile @@ -32,4 +32,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? # For Ruby >= 3.0.0, install gem "webrick" to prevent error # Source: https://github.com/github/pages-gem/issues/752 -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 543a1b1b..94da535e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby @@ -270,7 +270,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap tzinfo-data - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.26