- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
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
Ruby version should be read from Gemfile.lock by default #590
Comments
That sounds reasonable, I think the Gemfile.lock should be checked last, i.e. the other 2 files should have precedence. |
Sure :)
Yep, will prep one today or next week :) |
TBH considering the time spent to review the PR, I wonder whether the feature is even worth it at all. Gemfile supports |
Great way to motivate contributors. |
I am sorry it went this way, to be clear I did not close the PR and I am not against it, but we should discuss the merit of this feature based on the the second paragraph in #590 (comment) first. I didn't realize that before, otherwise of course I would have brought it up before the PR. I think you should also consider the maintainers point of view and how much time I spent on this. |
I didn't force you to go into great detail on anything, I followed your request to split two different issues with this project out into distinct PRs where you could choose to engage with them or not, and you opted to be rude and dismissive because someone dared to have an opinion that differs from yours. Thank you for your efforts and have a good day. |
Similarly to #38, the version of Ruby to be installed can be specified in
Gemfile.lock
viaRUBY VERSION
directive. This should be used the same way.ruby-version
and.tool-versions
are, for applications which lock their Ruby version using theGemfile.lock
, so as to avoid duplication and possible divergence.Note to self, relevant functions:
setup-ruby/index.js
Lines 108 to 141 in 1198b07
setup-ruby/bundler.js
Lines 30 to 49 in 1198b07
The text was updated successfully, but these errors were encountered: