Elektrine lite

← Feed

@Schneems@ruby.social

Post #2898444

2026-05-18 20:40 UTC

I've been trying out Mise recently and thought I was really clever with this `chruby` alias. Turns out the Shopify Ruby LSP runs `chruby --version`... So, guess what keeps ending up in my mise.toml 👀🫠🤦🏻

Replies (1)

  • @Schneems@ruby.social 2026-05-18 21:07

    Turns out mise forwards whatever you give it to ruby-build which...doesn't exit when you call `ruby-build --version`. Here's the issue. https://github.com/jdx/mise/discussions/9975

    Open ##4032898