Skip to content

chore(deps): bump gvltools from 0.4.0 to 0.5.0 - #166

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/gvltools-0.5.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/gvltools-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps gvltools from 0.4.0 to 0.5.0.

Changelog

Sourced from gvltools's changelog.

[0.5.0] - 2026-06-15

  • Fixed a LocalTimer deadlock with fiber schedulers by not allocating (and potentially triggering GC) during the RESUMED event (#34).
  • Store the LocalTimer counter in a thread instance variable instead of fiber-local storage, so it is shared across fibers of the same thread (#37).
Commits
  • 1434d21 Version 0.5.0
  • 854d2c4 Add release workflow
  • ab3ada9 Merge pull request #31 from joshuay03/update-middleware-example
  • 8c550b2 Update changelog
  • 1ec92a5 Reduce permissions on workflows/main
  • 87acb2f Merge pull request #34 from luke-gruber/fix_localtimer_resumed_callback
  • 21b6efd Merge pull request #37 from Shopify/thread_local
  • 2b47328 Use a thread ivar instead of fiber-local storage
  • 0d978f2 Merge branch 'master' into fix_localtimer_resumed_callback
  • 86dbfba Update main.yml
  • 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 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)

Bumps [gvltools](https://github.com/Shopify/gvltools) from 0.4.0 to 0.5.0.
- [Changelog](https://github.com/Shopify/gvltools/blob/master/CHANGELOG.md)
- [Commits](Shopify/gvltools@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: gvltools
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants