thought-driven / bummr

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

Add --gem option to update a specific gem #60

Closed chtitux closed 3 years ago

lpender commented 4 years ago

Thanks for the PR.

What benefit does adding this option provide vs. just having someone run

bundle update #{gemname}

?

chtitux commented 4 years ago

bummr generates a commit message with details on the old & new versions of the gem.

It does that well, so I wanted to use it instead of manually bundle update #{gem} && git commit -m "Update #{gem} gem from XXX to YYY".