Remove ruby

This commit is contained in:
2025-10-11 06:20:10 -05:00
parent 8113cd705a
commit 8701abc8cb

View File

@@ -121,8 +121,8 @@ git config --global user.email dominic@domsplace.com
git config --global credential.helper store git config --global credential.helper store
# Shopify stuff # Shopify stuff
curl -sSL https://get.rvm.io | bash # curl -sSL https://get.rvm.io | bash
source $HOME/.rvm/scripts/rvm # source $HOME/.rvm/scripts/rvm
rvm install 3.3 # rvm install 3.7.5
rvm use 3.3 --default # rvm use 3.7.5 --default
npm install -g @shopify/cli @shopify/theme npm install -g @shopify/cli @shopify/theme