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
I currently have to do something like this to get mina to automatically use the project's ruby version from its .ruby-version:
invoke :"rvm:use[#{`cat .ruby-version`.strip}]"
Shouldn't there be a way like invoke :"rvm:use_local" to prevent duplication?
invoke :"rvm:use_local"
The text was updated successfully, but these errors were encountered:
would love a PR for this as we do not use rvm :(
Sorry, something went wrong.
No branches or pull requests
I currently have to do something like this to get mina to automatically use the project's ruby version from its .ruby-version:
Shouldn't there be a way like
invoke :"rvm:use_local"
to prevent duplication?The text was updated successfully, but these errors were encountered: