chore(mise/ruby): use ruby-install instead of ruby-build

Compile time for Ruby is about the same since ruby-install started auto-detecting number of CPU cores like ruby-build does.

So I'm curious to try ruby-install for a while.
This commit is contained in:
2025-05-03 13:29:52 +01:00
parent 708917f58f
commit 4d76bb94b9

View File

@@ -17,6 +17,9 @@ bun = false
# Allow mise to install pipx packages without manual installation of pipx.
uvx = true
[settings.ruby]
ruby_install = true
[tools]
"aqua:AlexanderGrooff/mermaid-ascii" = "latest"
"aqua:sharkdp/hexyl" = "latest"