Skip to content

Bump cruise from 0.1.0 to 0.2.0 - #1874

Merged
marcoroth merged 1 commit into
mainfrom
dependabot/bundler/cruise-0.2.0
Jul 25, 2026
Merged

Bump cruise from 0.1.0 to 0.2.0#1874
marcoroth merged 1 commit into
mainfrom
dependabot/bundler/cruise-0.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps cruise from 0.1.0 to 0.2.0.

Release notes

Sourced from cruise's releases.

v0.2.0

Added

  • Fiber scheduler support. Cruise.watch now waits on the watcher's pipe via IO#wait_readable, so it cooperates with Ruby's fiber scheduler (for example inside Async) and yields to other fibers instead of blocking the reactor. Without a scheduler it still blocks the thread with the GVL released, so threaded usage is unchanged, by @鈥媘arcoroth in marcoroth/cruise#3
  • Cruise::Watcher, a public low-level watcher exposing a readable #io, a non-blocking #poll, and #close, for driving the watcher from a custom event loop or from fibers, by @鈥媘arcoroth in marcoroth/cruise#3

Changed

  • The native extension is now a Rust static library (libcruise.a) linked by a hand-written Ruby C extension, with the C ABI generated by cbindgen. This replaces the previous magnus-based extension, by @鈥媘arcoroth in marcoroth/cruise#2
  • Cruise.watch is now implemented on top of Cruise::Watcher, so path, glob, and kind normalization live in one place. Its public behavior is unchanged, by @鈥媘arcoroth in marcoroth/cruise#2

Removed

  • The runtime dependency on rb_sys (and magnus). rb_sys is now only a development dependency, used to select the cross-compilation Docker image by @鈥媘arcoroth in marcoroth/cruise#2

Commits

Full Changelog: marcoroth/cruise@v0.1.0...v0.2.0

Commits
  • 6fb9f7b v0.2.0
  • 9b9ca36 Make Cruise cooperate with the fiber scheduler (#3)
  • ec5720d Also build gems on push and pull_request (#4)
  • 95239a6 Replace magnus extension with a Rust staticlib and C wrapper (#2)
  • See full diff 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 [cruise](https://github.com/marcoroth/cruise) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/marcoroth/cruise/releases)
- [Commits](marcoroth/cruise@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: cruise
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Ruby source for the gem and its libraries labels Jul 25, 2026
@marcoroth
marcoroth merged commit c032800 into main Jul 25, 2026
46 checks passed
@marcoroth
marcoroth deleted the dependabot/bundler/cruise-0.2.0 branch July 25, 2026 18:17
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 Ruby source for the gem and its libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant