-
Notifications
You must be signed in to change notification settings - Fork 32
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
allow lockfiles to receive a customized name #59
Comments
Hello @aogata-inst! 👋🏻 If so, have you considered focusing on and accelerating your upgrade to Rails 6.1 first? (Support for Rails 6.0 ends in about two months!) I can't imagine any scenario where I'd want to prepare for two upgrades in parallel, instead of focusing on one then the next. I'm sure it would help people maintaining this project if you could provide us with more details! 🙏🏻 |
Hi @davidstosik - No problem! We aren't trying to upgrade to 2 different Rails versions in parallel, rather we were looking for a mapping like:
By adding the rails version number to the lockfile name, it would allow us to be able to derive what each lockfile represents by just looking at the file name instead of having the meaning drift over time. One other thing I forgot to mention is that instead of the |
Hmm. My personal opinion is that I'd rather have a single Will have to let other people comment on this. 🤔 |
We tried to use
bootboot
for Rails version upgrades and found it limiting to be forced to use the namesGemfile.lock
andGemfile_next.lock
.In our case - we wanted to use something like:
so it was easier to understand which lockfile corresponded to which version, more useful git history, etc
The text was updated successfully, but these errors were encountered: