From d996b3cfb5540a22020cb9e61b7c54e843923c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:38:58 +0000 Subject: [PATCH] [Dependency] Bump webrick from 1.8.1 to 1.9.0 Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.9.0) --- 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..17b2b95a 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.0) 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