When asdf can't find the latest Ruby version
This is a note about what to do when the Ruby version you want isn’t in asdf’s list.
1 | asdf list all ruby |
I wanted to use 3.3.0 or later, but it doesn’t show up 💦
Fix: update the asdf ruby plugin
Following asdf-ruby - Use,
update the plugin.
1 | asdf plugin-update ruby |
List the versions again
1 | asdf list all ruby |
It installed without any trouble.
1 | asdf install ruby 3.3.5 |
That’s it.
I hope this helps.
When asdf can't find the latest Ruby version
https://kenzo0107.github.io/en/2024/09/03/asdf-plugin-update-ruby/