From 4d76bb94b932b61b76c608376e36604db3add94a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 3 May 2025 13:29:52 +0100 Subject: [PATCH] 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. --- config/mise/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 17a4195..c312c02 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -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"