From 69d401fa4c0d8f81a325ea568eb953421f4fb3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:24:52 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 in /docs 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-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 1f968346..c248f726 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -25,4 +25,4 @@ gem "just-the-docs", "~> 0.3.3" gem "html-proofer", "~> 4.3.0" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 7267bbb4..d48acea8 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -148,7 +148,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) yell (2.2.2) zeitwerk (2.6.0) @@ -171,7 +171,7 @@ DEPENDENCIES nokogiri rack (~> 2.2.8) rspec - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.14