Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump webrick from 1.8.2 to 1.9.0 in the bundler group (#41)
Bumps the bundler group with 1 update: [webrick](https://github.com/ruby/webrick). Updates `webrick` from 1.8.2 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/webrick/releases">webrick's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <h2>What's Changed</h2> <ul> <li>Be clear in README that webrick should not be used in production by <a href="https://github.com/jeremyevans"><code>@jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/149">ruby/webrick#149</a></li> <li>Add RBS files by <a href="https://github.com/znz"><code>@znz</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/151">ruby/webrick#151</a></li> <li>Prepare new release by <a href="https://github.com/znz"><code>@znz</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/153">ruby/webrick#153</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/znz"><code>@znz</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/webrick/pull/151">ruby/webrick#151</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0">https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/webrick/commit/516db777a61e269266fcd85cc9c866e4fef37aef"><code>516db77</code></a> Merge pull request <a href="https://redirect.github.com/ruby/webrick/issues/153">#153</a> from znz/prepare-new-release</li> <li><a href="https://github.com/ruby/webrick/commit/cc365e9fe2ec2cd276b2dd8fa3008795575517fe"><code>cc365e9</code></a> Bump up v1.9.0</li> <li><a href="https://github.com/ruby/webrick/commit/e59819493414f56a5055ec312e6340633d7256c3"><code>e598194</code></a> Enabled trusted publisher for rubygems.org</li> <li><a href="https://github.com/ruby/webrick/commit/818830b612dcd7c39f8a4c404919c312d2d71de2"><code>818830b</code></a> Merge pull request <a href="https://redirect.github.com/ruby/webrick/issues/151">#151</a> from ruby/add-rbs</li> <li><a href="https://github.com/ruby/webrick/commit/12b40277d779c2091e2005c667c79912d8e95628"><code>12b4027</code></a> Add <code>rbs validate</code> to CI</li> <li><a href="https://github.com/ruby/webrick/commit/18968dace128e7608281ecce65db565379d1801c"><code>18968da</code></a> Add sig/manifest.yaml</li> <li><a href="https://github.com/ruby/webrick/commit/92163dcec78bab6203677398f113b8acc0ea65f1"><code>92163dc</code></a> Add rbs files to gemspec</li> <li><a href="https://github.com/ruby/webrick/commit/6bbf17737028a531e2f4717a06bb30f141fece98"><code>6bbf177</code></a> Add rbs files</li> <li><a href="https://github.com/ruby/webrick/commit/9350944141a3f15acda9c79edd5393289c098e04"><code>9350944</code></a> Merge pull request <a href="https://redirect.github.com/ruby/webrick/issues/149">#149</a> from jeremyevans/readme-disclaimer</li> <li><a href="https://github.com/ruby/webrick/commit/70b026c921b6e110e683fe3c7e4094ca8c9a526c"><code>70b026c</code></a> Be clear in README that webrick should not be used in production</li> <li>See full diff in <a href="https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webrick&package-manager=bundler&previous-version=1.8.2&new-version=1.9.0)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information