From 3775d93099173765429e8aea89ac0edf597667b3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Feb 2026 21:41:46 +0100 Subject: [PATCH] Disable Ruby compilation in mise (if mise and ruby are installed) --- migrations/1772051864.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/1772051864.sh diff --git a/migrations/1772051864.sh b/migrations/1772051864.sh new file mode 100644 index 00000000..2d9d9861 --- /dev/null +++ b/migrations/1772051864.sh @@ -0,0 +1,5 @@ +echo "Disable Ruby compilation in mise (if mise and ruby are installed)" + +if omarchy-cmd-present mise && mise which ruby &>/dev/null; then + mise settings set ruby.compile false +fi