From a6d49196d037bf79c24f7aa36b2be55fea1549b7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Nov 2025 15:22:06 +0100 Subject: [PATCH] Make sure the ruby is added separately from just try So we always have a system Ruby available --- migrations/1762781907.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1762781907.sh b/migrations/1762781907.sh index ec846be1..8291dd0f 100644 --- a/migrations/1762781907.sh +++ b/migrations/1762781907.sh @@ -1,4 +1,4 @@ echo "Add try command for managing quick code experiments" -omarchy-pkg-add tobi-try +omarchy-pkg-add ruby tobi-try mkdir -p ~/Work/tries