From 9d28c7f68c90f07867b53092a18ba613705db6af Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 23 Dec 2024 02:17:06 +0100 Subject: [PATCH] chore(deps): update dependency webrick to v1.9.1 (#1429) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webrick](https://redirect.github.com/ruby/webrick) | `1.9.0` -> `1.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/webrick/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/webrick/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/webrick/1.9.0/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/webrick/1.9.0/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ruby/webrick (webrick) ### [`v1.9.1`](https://redirect.github.com/ruby/webrick/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/ruby/webrick/compare/v1.9.0...v1.9.1) #### What's Changed - Block of server.start is optional by [@​znz](https://redirect.github.com/znz) in [https://github.com/ruby/webrick/pull/155](https://redirect.github.com/ruby/webrick/pull/155) - Fix bugs and improve by [@​znz](https://redirect.github.com/znz) in [https://github.com/ruby/webrick/pull/152](https://redirect.github.com/ruby/webrick/pull/152) - Bump step-security/harden-runner from 2.10.1 to 2.10.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/ruby/webrick/pull/157](https://redirect.github.com/ruby/webrick/pull/157) - Bump rubygems/release-gem from [`612653d`](https://redirect.github.com/ruby/webrick/commit/612653d273a73bdae1df8453e090060bb4db5f31) to [`9e85cb1`](https://redirect.github.com/ruby/webrick/commit/9e85cb11501bebc2ae661c1500176316d3987059) by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/ruby/webrick/pull/159](https://redirect.github.com/ruby/webrick/pull/159) - Change backquote to singlequote in messages by [@​znz](https://redirect.github.com/znz) in [https://github.com/ruby/webrick/pull/154](https://redirect.github.com/ruby/webrick/pull/154) **Full Changelog**: https://github.com/ruby/webrick/compare/v1.9.0...v1.9.1
--- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv-scanner). Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com> --- docs/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 5a5b0552a1..5d8d820237 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -266,7 +266,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.1) - webrick (1.9.0) + webrick (1.9.1) PLATFORMS x86_64-linux