From 78616d2886e1e1589039e779c188798f5ab2bf7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:02:11 +0000 Subject: [PATCH] chore(deps): bump webrick from 1.8.1 to 1.8.2 in /site (#9444) 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.8.2.
Release notes

Sourced from webrick's releases.

v1.8.2

What's Changed

New Contributors

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

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.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/Gemfile | 2 +- site/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/Gemfile b/site/Gemfile index 187096c493..7a42359249 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/site/Gemfile.lock b/site/Gemfile.lock index 0874b1ebc2..db75376e05 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock @@ -268,7 +268,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.1) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin-20 @@ -281,7 +281,7 @@ PLATFORMS DEPENDENCIES github-pages - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.4.22