Skip to content

build(deps-dev): bump async from 2.36.0 to 2.38.0 in the bundler group across 1 directory#1267

Merged
p-linnane merged 1 commit intomainfrom
dependabot/bundler/bundler-eaff9769e9
Mar 17, 2026
Merged

build(deps-dev): bump async from 2.36.0 to 2.38.0 in the bundler group across 1 directory#1267
p-linnane merged 1 commit intomainfrom
dependabot/bundler/bundler-eaff9769e9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps the bundler group with 1 update in the / directory: async.

Updates async from 2.36.0 to 2.38.0

Release notes

Sourced from async's releases.

v2.38.0

  • Rename Task#stop to Task#cancel for better clarity and consistency with common concurrency terminology. The old stop method is still available as an alias for backward compatibility, but it is recommended to use cancel going forward.
  • Forward arguments from Task#wait -> Promise#wait, so task.wait(timeout: N) is supported.

v2.37.0

  • Introduce Async::Loop for robust, time-aligned loops.
  • Add support for Async::Promise#wait(timeout: N).
Changelog

Sourced from async's changelog.

v2.38.0

  • Rename Task#stop to Task#cancel for better clarity and consistency with common concurrency terminology. The old stop method is still available as an alias for backward compatibility, but it is recommended to use cancel going forward.
  • Forward arguments from Task#wait -> Promise#wait, so task.wait(timeout: N) is supported.

v2.37.0

  • Introduce Async::Loop for robust, time-aligned loops.
  • Add support for Async::Promise#wait(timeout: N).
Commits
  • 9182cde Bump minor version.
  • 3318a3e Update release notes.
  • fd5ef0e Forward arguments Task#wait -> Promise#wait including timeout:.
  • c5892ad Unify cancellation handling between Promise and Task.
  • 30a5074 Rename Stop -> Cancel and related interfaces. (#447)
  • 4ea6072 Remove Ruby v3.2 from test-select matrix.
  • d6b241d Remove bad test - failed tasks are no longer children.
  • 246c4ad Drop support for Ruby v3.2.
  • 38238d3 Bump minor version.
  • 8f33e35 Make idler test more specific.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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

Bumps the bundler group with 1 update in the / directory: [async](https://github.com/socketry/async).


Updates `async` from 2.36.0 to 2.38.0
- [Release notes](https://github.com/socketry/async/releases)
- [Changelog](https://github.com/socketry/async/blob/main/releases.md)
- [Commits](socketry/async@v2.36.0...v2.38.0)

---
updated-dependencies:
- dependency-name: async
  dependency-version: 2.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Mar 16, 2026
@p-linnane p-linnane merged commit 39101e1 into main Mar 17, 2026
7 checks passed
@p-linnane p-linnane deleted the dependabot/bundler/bundler-eaff9769e9 branch March 17, 2026 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant