bundleup 1.0.0
Use `bundleup` whenever you want to update the locked Gemfile dependencies of a Ruby project. It shows exactly what gems will be updated with color output that calls attention to significant semver changes. Bundleup will also let you know when a version "pin" in your Gemfile is preventing an update. Bundleup is a standalone tool that leverages standard Bundler output and does not patch code or use Bundler internals.
Gemfile:
=
install:
=
Development Dependencies (7):
bundler
~> 2.0
minitest
~> 5.0
minitest-reporters
~> 1.1
rake
~> 13.0
rubocop
= 0.80.0
rubocop-minitest
= 0.6.2
rubocop-performance
= 1.5.2