thought-driven / bummr

Update your gems in separate commits. Identify any that fail your build.
MIT License
234 stars 23 forks source link

UX Relies on more prompting #51

Closed lpender closed 6 years ago

lpender commented 6 years ago

I think that the Gem may be trying to automate too much.

This change makes it so that the gem

It no longer attempts to manually remove commits, as this can result in the corruption of the Gemfile.lock. Based on my testing, it's better to manually lock the Gem version in the Gemfile and then start the process over.

It also makes some minor changes to the way that the code is structured, announces the version number, etc.