A new interactive mode for Bundler
Announcing bundle_update_interactive, a new gem that adds a nifty update-interactive
command to Bundler, inspired by yarn upgrade-interactive
. Browse the gems in your project that need updating, identify the ones affected by security vulnerabilities, and see risks at a glance with semver color highlighting. Having second thoughts about an upgrade? A changelog link is displayed for each gem so you can dive into the details. More docs and screenshots in the README: https://github.com/mattbrictson/bundle_update_interactive
Comments
Another bundle update related gem: https://github.com/mattbrictson/bundleup
Run bundleup on a Ruby project containing a Gemfile to see what gem dependencies need updating. It is a friendlier command-line interface to Bundler’s bundle update and bundle outdated.
For some additional context: bundle_update_interactive is an improved, interactive evolution of bundleup. Beyond the interactivity, it also adds security vulnerability highlights and changelog links. I am the author of both gems. :-)
Post a comment