From 2df8c5f7e0a2aafb8c9aacb322408d2ed7682ea5 Mon Sep 17 00:00:00 2001 From: Kostas Date: Sun, 21 Sep 2025 13:56:56 +0200 Subject: [PATCH] Install libyaml before attempting to install ruby (#1835) * Install libyaml before attempting to install ruby * Use omarchy helper And unsafe -Sy --------- Co-authored-by: David Heinemeier Hansson --- bin/omarchy-install-dev-env | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index f2b7619..a1329a9 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -47,6 +47,7 @@ install_node() { case "$1" in ruby) echo -e "Installing Ruby on Rails...\n" + omarchy-pkg-add libyaml mise use --global ruby@latest mise settings add idiomatic_version_file_enable_tools ruby mise x ruby -- gem install rails --no-document