RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in