From 1dc8fc260b3696400824238eb8802a614cc96ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 14:42:55 -0500 Subject: [PATCH] [Dependency] Bump webrick from 1.8.1 to 1.9.1 (#648) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.9.1.
Release notes

Sourced from webrick's releases.

v1.9.1

What's Changed

Full Changelog: https://github.com/ruby/webrick/compare/v1.9.0...v1.9.1

v1.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0

v1.8.2

What's Changed

New Contributors

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webrick&package-manager=bundler&previous-version=1.8.1&new-version=1.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. 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 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 4aa34c55..bb64a07d 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