Bundler::Updater
Updating your entire bundle is dangerous. Updating your gems one at a time is tedious.
bundler-updater interactively walks you through updating outdated gems and gives you the power to choose what gems to update.
Installation
$ gem install bundler-updater
Usage
Execute bundler-updater
command and respond to prompts for
selecting what gems to update.
$ bundler-updater
> Update my_gem from 0.0.1 to 0.0.2? (y/n) y
> Update another_gem from 1.0.0 to 2.0.0? (y/n) n
>
> Updating my_gem...
TODO
Contribute this gem to core bundler gem as an enhancement to the core bundler project.
$ bundle update --interactive
Contributing
- Fork it ( https://github.com/wireframe/bundler-updater/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request