Simple plugin for Bundler to generate verbose Gemfile with description of each gem. It may be useful for novice Ruby developers and if you only start diving into new Ruby project.
Install gem:
$ gem install bundler-verbose
Alternately, add it to Gemfile:
gem 'bundler-verbose'
And then execute command in your project directory:
$ bundle verbose
You can add the generated Gemfile.verbose to your VCS and come back to it when you forget what some of your gems is doing.
Bug reports and pull requests are welcome on GitHub at https://github.com/bikolya/bundler-verbose. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.