From 0dc30c4862930c7ea77ac89050dcd0333fb8a1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:30:43 +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 25e4b31ae..4871a3add 100644 --- a/Gemfile +++ b/Gemfile @@ -13,4 +13,4 @@ group :test do gem 'html-proofer' end -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index b9c3082d0..2493dce86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM typhoeus (1.4.1) ethon (>= 0.9.0) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) yell (2.2.2) zeitwerk (2.6.18) @@ -120,7 +120,7 @@ DEPENDENCIES jekyll-last-modified-at jekyll-sitemap rake - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.4.19