From e8906ede1d66418252cb56e190afa2809e26a2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:14:57 +0100 Subject: [PATCH] Bump webrick from 1.8.2 to 1.9.0 (#175) Bumps [webrick](https://github.com/ruby/webrick) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cf0485b..4b3a156 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'github-pages' gem 'html-proofer' gem 'mdl' -gem "webrick", "~> 1.8" +gem "webrick", "~> 1.9" diff --git a/Gemfile.lock b/Gemfile.lock index b25ec7a..1fa87c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.1) - webrick (1.8.2) + webrick (1.9.0) yell (2.2.2) zeitwerk (2.6.15) @@ -325,7 +325,7 @@ DEPENDENCIES github-pages html-proofer mdl - webrick (~> 1.8) + webrick (~> 1.9) BUNDLED WITH 2.3.26