bundleup icon indicating copy to clipboard operation
bundleup copied to clipboard

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

Results 5 bundleup issues
Sort by recently updated
recently updated
newest added

`bundleup` incorrectly expects `Gemfile` and `Gemfile.lock` to be present in a project is using `gems.rb` and `gems.lock` files. Expected behaviour: Correctly detect and update `gems.rb` and `gems.lock` file.

help wanted

Great project! I believe this could soon be integrated into bundler itself. Wait and see! I've tested [bundle-auto-update](https://github.com/pcreux/bundler-auto-update/) and quite enjoyed the automated version increment -> test -> commit, but...

The [gem_updater](https://github.com/MaximeD/gem_updater) project automates updating gems, including links to gem changelogs. It would be nice to merge this in as well!

Inspired by [`npm-check-updates`](https://github.com/raineorshine/npm-check-updates) I think that having here also [`interactive mode`](https://github.com/raineorshine/npm-check-updates#interactive-mode) would be great 🙂 ![](https://user-images.githubusercontent.com/750276/175336533-539261e4-5cf1-458f-9fbb-a7be2b477ebb.png) Thanks for the amazing gem!

Thanks. README states that feature ideas shall be created as tickets here. My current workflow was `bundle outdated # --filter-major` and then copy-paste its output to `gem compare`. https://github.com/fedora-ruby/gem-compare Also,...