From a57ad37fa641f20dacd5abd951ebf2c778f415e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 03:09:39 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.1 in /docs Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... 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 3acf8db..d477c4e 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -8,4 +8,4 @@ group :development, :test do end -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index a4536fa..5cc74f8 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -65,7 +65,7 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) wdm (0.1.1) - webrick (1.7.0) + webrick (1.8.1) PLATFORMS ruby @@ -76,7 +76,7 @@ DEPENDENCIES jekyll-seo-tag (~> 2.7.1) jekyll-sitemap (~> 1.4.0) wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.6