Closed composerinteralia closed 6 years ago
The mac script fails when trying to install the latest version of Ruby: install_asdf_language "ruby".
install_asdf_language "ruby"
We do asdf list-all "ruby" | tail -1 to get the latest version, but that actually returns the latest Ruby Enterprise Edition ree-1.8.7-2012.02.
asdf list-all "ruby" | tail -1
ree-1.8.7-2012.02
The mac script fails when trying to install the latest version of Ruby:
install_asdf_language "ruby"
.We do
asdf list-all "ruby" | tail -1
to get the latest version, but that actually returns the latest Ruby Enterprise Editionree-1.8.7-2012.02
.