We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.tool-versions
ASDF supports having multiple different versions for each dependency.
ruby 3.1.6 3.2.4 3.3.3
From their docs:
Source: https://asdf-vm.com/manage/configuration.html#tool-versions
This is very useful for gems that have to support multiple different versions of ruby.
Unfortunately setup-ruby crashes out when encountering this.
setup-ruby
Please add support for this feature of ASDF.
The text was updated successfully, but these errors were encountered:
So I guess we should just pick the first version in such a case? Please make a PR if you are interested in this.
Sorry, something went wrong.
So I guess we should just pick the first version in such a case?
Yep - ideally it'd mimic ASDF's resolution order of "try first, try second, etc..." but that's probably asking too much.
Please make a PR if you are interested in this.
Can do 👍
Successfully merging a pull request may close this issue.
ASDF supports having multiple different versions for each dependency.
From their docs:

Source: https://asdf-vm.com/manage/configuration.html#tool-versions
This is very useful for gems that have to support multiple different versions of ruby.
Unfortunately
setup-ruby
crashes out when encountering this.Please add support for this feature of ASDF.
The text was updated successfully, but these errors were encountered: