bundleup

A friendlier CLI for Bundler’s `update` and `outdated` commands.

MIT License

Downloads
80.7K
Stars
191
Committers
3

Bot releases are hidden (Show)

bundleup - 2.1.3

Published by mattbrictson over 3 years ago

This is a gem housekeeping release. There should be no user-facing changes.

🏠 Housekeeping

  • Update rubocop requirement from 1.12.0 to 1.12.1 (#115) @dependabot
bundleup - 0.7.0

Published by mattbrictson almost 6 years ago

  • Drop support for Ruby < 2.3
bundleup - 0.6.1

Published by mattbrictson almost 7 years ago

  • Fix erroneous blank lines in output
bundleup - 0.6.0

Published by mattbrictson almost 7 years ago

  • #1: If a Gemfile has an inline or prefix comment for a particular gem, and that gem is being held back due to a pin, then print the comment along with the pin information in bundleup's output.
bundleup - 0.5.0

Published by mattbrictson over 8 years ago

  • You can now pass command-line arguments to bundleup, which will in turn be
    handed to bundle update. For example: bundleup --group=development.
  • Improve the console output when a Bundler command fails.
  • Fixed a bug where if a Bundler command failed to run, it would be executed a
    second time.
bundleup - 0.4.0

Published by mattbrictson over 8 years ago

  • Change the upgrade process to modify the Gemfile.lock in place, with the
    option to "undo" (i.e. restore from backup) if the changes are not desired.

    This makes bundleup much faster since it doesn't have to run bundle update
    twice.
  • Fixed a bug where color was mistakenly based on the newest version of a gem,
    even if a restriction prevented upgrading to that version.
bundleup - 0.3.0

Published by mattbrictson almost 9 years ago

  • Always show SHA changes in red. If a dependency is tracking a
    Git branch, and running bundle update would cause that branch
    to updated and point to a new ref, that is something that
    warrants attention.
bundleup - 0.2.0

Published by mattbrictson almost 9 years ago

  • Animated spinner during long-running bundler commands
  • Rather than run bundle in a temp directory, run within the current
    directory, making a backup copy of Gemfile.lock. This ensures that relative
    paths and .bundle/config are honored.
bundleup - 0.1.0

Published by mattbrictson almost 9 years ago

  • Initial release