mattbrictson / bundleup

A friendlier CLI for Bundler’s `update` and `outdated` commands.
MIT License
193 stars 6 forks source link

feature: add gem-compare functionality (diffing versions) #210

Open fwolfst opened 1 year ago

fwolfst commented 1 year ago

Thanks. README states that feature ideas shall be created as tickets here.

My current workflow was bundle outdated # --filter-major and then copy-paste its output to gem compare. https://github.com/fedora-ruby/gem-compare

Also, we usually do it in batches (not all at once), in order to have separate CI runs and see green for each updated gem (or small group of gems).

mattbrictson commented 1 year ago

Thanks for the idea! I also have a similar workflow where I check the gem changelogs for major (and sometimes minor) version bumps.

Also, instead of gem-compare, I will use the Review changes link on the rubygems.org page (here's sidekiq 7.1.1 → 7.1.2, for example). Maybe bundleup could output those URLs so you can click from the console output directly into the diffs?

Screenshot 2023-07-25 at 11 45 48 AM