0.01
Low commit activity in last 3 years
No release in over a year
Explains the presence of a dependency.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Bundler::Why

Explains the presence of a dependency, like yarn why.

bundle why tzinfo
ransack -> activesupport -> tzinfo
rspec-rails -> activesupport -> tzinfo
business_time -> tzinfo
...

License

Do No Harm License

By using this software you accept the terms of the license.

Installation

bundle plugin install bundler-why --source https://rubygems.org
bundle plugin uninstall bundler-why # requires bundler >= 2.2.0

When rubygems/rubygems#4730 is fixed, then we should be able to install without the --source https://rubygems.org.

Usage

Specify the name of one gem. There are no options.

Contributing

This project does not accept contributions at this time.

Graphs are the coolest

If you like graphs, you'll enjoy knowing that Bundler uses a directed acyclic graph and why is printing all directed paths to the specified gem.