bundleup
bundleup copied to clipboard
A friendlier CLI for Bundler’s `update` and `outdated` commands.
`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.
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 🙂  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,...