A filter for bundle that removes useless info when run bundle
You can install by command line using
$ bundler plugin install bundle_filter
or add this line to your application's Gemfile:
plugin 'bundle_filter'
After install, every time you execute:
$ bundle install
this plugin will remove useless info from bundle install like unchanged gems "Using gem x.y.z"
For uninstall the plugin from your application, you must run code above even if you install from Gemfile (only available on Bundler >= 2.2.0)
$ bundler plugin uninstall bundle_filter
If your Bundler < 2.2.0, you should instead go to root of your project and delete de .bundle/plugin/
folder, will work as well.
New features ideas that may be interesting to add if more users want too
- Set config file to give freedom to user select which show up
- Remove or simplify "Complete" final mensage
- Add a "pretty" bundle install?
- Add progress-bar to bundle install gem?
Bug reports and pull requests are welcome on GitHub at https://github.com/dfop02/bundle_filter.
The gem is available as open source under the terms of the MIT License.