-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update gem
and bundler
?
#13
Comments
Given that this change would be out the bounds of a Gemfile, we could either/or add flags to enable/disable, and also add a confirmation step like we do with major release semver updates. |
Thanks for the quick feedback! My motivation here is that bunup depends on So, at a minimum, I think a warning is warranted, but I think it'd be convenient to automatically update |
That all sounds good. I think the interactive prompt should be the default because the primary use case is updating a project's dependencies which should require some interactivity for some semver updates. We do have the I can look into adding this soon. I've been meaning to give the bunup a good once-over. |
Oh right, there's a prompt about major-version updates, isn't there? I forgot about that. We'd phrase the prompt so that
It's not urgent, just a random thought I had, but if it interests you, go for it. |
Before running
bundle outdated
, it's desirable to have the latestgem
andbundler
.Should this be automatic? If so, should there be a CLI option to disable it?
The text was updated successfully, but these errors were encountered: