From 949335fbc9dbef0f30b7bb087c16fe738d8b770f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:24:37 +0000 Subject: [PATCH] [Dependency] Bump webrick from 1.7.0 to 1.8.1 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f3a5b7d6..362defdc 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ end gem 'wdm', '>= 0.1.1' if Gem.win_platform? -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" gem 'html-proofer', "~> 3.19.4" diff --git a/Gemfile.lock b/Gemfile.lock index 991347ee..20768797 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -266,7 +266,7 @@ GEM unf_ext (0.0.8.2) unf_ext (0.0.8.2-x64-mingw32) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.1) yell (2.2.2) zeitwerk (2.6.0) @@ -277,7 +277,7 @@ PLATFORMS DEPENDENCIES github-pages (= 227) html-proofer (~> 3.19.4) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.24