From 614544d7655bd87bf1112e5118f0ff381404e1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:00:31 -0400 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 (#49) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4aa416f76..ac215dd6f 100644 --- a/Gemfile +++ b/Gemfile @@ -28,4 +28,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? # webrick must now be included explicitly. # See: https://github.com/jekyll/jekyll/issues/8523 -gem "webrick", "~> 1.8.1" +gem "webrick", "~> 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index b31bbbb92..f1d61314a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) zeitwerk (2.6.17) PLATFORMS @@ -267,7 +267,7 @@ DEPENDENCIES minima (~> 2.0) rexml (>= 3.2.5) tzinfo-data - webrick (~> 1.8.1) + webrick (~> 1.8.2) BUNDLED WITH 2.3.4