From 6cdc1bad742c5b89d709580cf74d629ca0f36066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:44:46 +0000 Subject: [PATCH] [Dependency] Bump webrick from 1.8.1 to 1.9.1 Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.9.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 2fdc3df4..576ad34e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ end gem 'wdm', '>= 0.1.1' if Gem.win_platform? -gem "webrick", "~> 1.8" +gem "webrick", "~> 1.9" gem 'html-proofer', "~> 3.19.4" diff --git a/Gemfile.lock b/Gemfile.lock index 9b80d350..5d3d6a40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.0) - webrick (1.8.1) + webrick (1.9.1) yell (2.2.2) PLATFORMS @@ -289,7 +289,7 @@ DEPENDENCIES github-pages (= 232) html-proofer (~> 3.19.4) json - webrick (~> 1.8) + webrick (~> 1.9) BUNDLED WITH 2.5.6