From 3d5732226ab6910cf73f5732661d3a4fdf12291d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:42:54 +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 a70db895..c7440f1a 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'github-pages', "~> 225", group: :jekyll_plugins gem "just-the-docs" -gem "webrick", "~> 1.7" \ No newline at end of file +gem "webrick", "~> 1.8" \ No newline at end of file diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 96f65e98..ab849aae 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -276,7 +276,7 @@ GEM unf_ext unf_ext (0.0.8) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) zeitwerk (2.5.4) PLATFORMS @@ -285,7 +285,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 225) just-the-docs - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.5