From 778c203209d5193b026d5f346cedff6fca727d54 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 Feb 2026 09:12:59 +0100 Subject: [PATCH] Ensure we are using compiled binaries for Ruby --- bin/omarchy-install-dev-env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index 00d40130..0db83a6a 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -52,7 +52,8 @@ ruby) omarchy-pkg-add libyaml mise use --global ruby@latest mise settings add idiomatic_version_file_enable_tools ruby - echo "gem: --no-document" > ~/.gemrc + mise settings add ruby.compile false + echo "gem: --no-document" >~/.gemrc mise x ruby -- gem install rails --no-document echo -e "\nYou can now run: rails new myproject" ;;