Commit e825792
Bump timeout from 0.4.4 to 0.5.0 (#4997)
Bumps [timeout](https://github.com/ruby/timeout) from 0.4.4 to 0.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/timeout/releases">timeout's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Suppress warnings in two tests by <a
href="https://github.com/olleolleolle"><code>@olleolleolle</code></a>
in <a
href="https://redirect.github.com/ruby/timeout/pull/71">ruby/timeout#71</a></li>
<li>Revert "Suppress warnings in two tests" by <a
href="https://github.com/nobu"><code>@nobu</code></a> in <a
href="https://redirect.github.com/ruby/timeout/pull/74">ruby/timeout#74</a></li>
<li>Only the timeout method should be public on the Timeout module by <a
href="https://github.com/eregon"><code>@eregon</code></a> in <a
href="https://redirect.github.com/ruby/timeout/pull/76">ruby/timeout#76</a></li>
<li>support Ractor by <a
href="https://github.com/ko1"><code>@ko1</code></a> in <a
href="https://redirect.github.com/ruby/timeout/pull/75">ruby/timeout#75</a></li>
<li>Test that Timeout does not expose extra constants by <a
href="https://github.com/eregon"><code>@eregon</code></a> in <a
href="https://redirect.github.com/ruby/timeout/pull/77">ruby/timeout#77</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ko1"><code>@ko1</code></a> made their
first contribution in <a
href="https://redirect.github.com/ruby/timeout/pull/75">ruby/timeout#75</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/timeout/compare/v0.4.4...v0.5.0">https://github.com/ruby/timeout/compare/v0.4.4...v0.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/timeout/commit/5dc2cd1b024d53ac943ced89b5356efa87b4fbe3"><code>5dc2cd1</code></a>
v0.5.0</li>
<li><a
href="https://github.com/ruby/timeout/commit/eb2d44779ddcefe66898707c82456c597d7e6f7a"><code>eb2d447</code></a>
Exclude dependabot updates from release note</li>
<li><a
href="https://github.com/ruby/timeout/commit/4de4b4759c711eda7220bd96546af41ab20d82b4"><code>4de4b47</code></a>
Test that Timeout does not expose extra constants</li>
<li><a
href="https://github.com/ruby/timeout/commit/45816b1b2602278b6d6e069d36b24fd5e3437bdd"><code>45816b1</code></a>
Exclude constantly-failing test on x86_64-darwin</li>
<li><a
href="https://github.com/ruby/timeout/commit/281b2507e7cd01d8b72be745fc58013168c75f2a"><code>281b250</code></a>
Simplify logic to make GET_TIME shareable</li>
<li><a
href="https://github.com/ruby/timeout/commit/a1d784cb66e217e83a5e2f42e70c4b67a29cd7ed"><code>a1d784c</code></a>
Fix logic for Ractor support</li>
<li><a
href="https://github.com/ruby/timeout/commit/82fb6f69259580b34f273fc051bd4fdce50d91ef"><code>82fb6f6</code></a>
Fix condition and fix test to catch that broken condition</li>
<li><a
href="https://github.com/ruby/timeout/commit/daab9a2193a2f591c9e49b8839a592aa06f4d711"><code>daab9a2</code></a>
Minor tweaks</li>
<li><a
href="https://github.com/ruby/timeout/commit/54ff671c6cba28fc25766b9d0910222c96b84080"><code>54ff671</code></a>
support Ractor</li>
<li><a
href="https://github.com/ruby/timeout/commit/cd51eac3ca21830f30092ae4f8f30e3179f2895b"><code>cd51eac</code></a>
Only the timeout method should be public on the Timeout module</li>
<li>Additional commits viewable in <a
href="https://github.com/ruby/timeout/compare/v0.4.4...v0.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shane Becker <[email protected]>1 parent 4c34c1d commit e825792
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
| 523 | + | |
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| |||
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
827 | | - | |
| 827 | + | |
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
| |||
0 commit comments