From 64f3b49aa691d78f2f422fad6903706001e477e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:41:47 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 in /home_page Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- home_page/Gemfile | 2 +- home_page/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home_page/Gemfile b/home_page/Gemfile index 7876373..0ea67c8 100644 --- a/home_page/Gemfile +++ b/home_page/Gemfile @@ -22,4 +22,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] # Used for locally serving the website. -gem "webrick", "~> 1.7" \ No newline at end of file +gem "webrick", "~> 1.8" \ No newline at end of file diff --git a/home_page/Gemfile.lock b/home_page/Gemfile.lock index 5436ad6..53e381d 100644 --- a/home_page/Gemfile.lock +++ b/home_page/Gemfile.lock @@ -269,7 +269,7 @@ GEM unf_ext unf_ext (0.0.8.1) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) zeitwerk (2.5.4) PLATFORMS @@ -281,7 +281,7 @@ DEPENDENCIES tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.14 \ No newline at end of file