Skip to content

Commit e825792

Browse files
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 &quot;Suppress warnings in two tests&quot; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=timeout&package-manager=bundler&previous-version=0.4.4&new-version=0.5.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 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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ GEM
520520
stripe (8.7.0)
521521
thor (1.4.0)
522522
tilt (2.6.1)
523-
timeout (0.4.4)
523+
timeout (0.5.0)
524524
tsort (0.2.0)
525525
tzinfo (2.0.6)
526526
concurrent-ruby (~> 1.0)
@@ -824,7 +824,7 @@ CHECKSUMS
824824
stripe (8.7.0) sha256=632e179ea15f06573fe3d9d9a9be62089c786596db716c4bfdd282ecd1878f13
825825
thor (1.4.0) sha256=8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d
826826
tilt (2.6.1) sha256=35a99bba2adf7c1e362f5b48f9b581cce4edfba98117e34696dde6d308d84770
827-
timeout (0.4.4) sha256=f0f6f970104b82427cd990680f539b6bbb8b1e55efa913a55c6492935e4e0edb
827+
timeout (0.5.0) sha256=852aefd13f41d84c2d0d83099b275034c6517395884b58e635acc8847c9190cb
828828
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
829829
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
830830
uglifier (4.2.1) sha256=75d42b81b10bfd21e7a427fabb1d49ff5ea7bda3c4a5039ddb2a78d194c6f5aa

0 commit comments

Comments
 (0)