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
In CI, are we wasting time on "install bundler"?
The text was updated successfully, but these errors were encountered:
Happy to try and remove it as it's now bundled with Ruby, but this may cause issues with older Rubies (e.g. 2.4)
Sorry, something went wrong.
Guessing: Since we have shell access, we could check either the running ruby -v OR use the matrix.version (CI YAML config value).
I am thinking "Only install a bundler if one does not exist."
This was fixed in 6333b73
Successfully merging a pull request may close this issue.
Basic Info
Issue description
In CI, are we wasting time on "install bundler"?
The text was updated successfully, but these errors were encountered: