You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [[default]] (and [[development]]) might look better at the top level. I don't remember how exactly to make it in dot, maybe via defining subgraphs. I have spent some time tweaking the dot earlier around a similar tool for Homebrew.
Maybe there is a way to somehow tell the difference and make it visible which gems are defined in Gemfile and which in the .gemspec
On my image there are two arrows to minitest that looks excessive but the reason is that I specify the version of it. Maybe have an option to add the version/ref attached to the edge if defined.
The text was updated successfully, but these errors were encountered:
wrt 3, I think the two lines leading to minitest makes sense: two things are depending on it, and the graph is indicating that you would have to change two things to remove the dependency.
With
Gemfile
like this:It produces
[[default]]
(and[[development]]
) might look better at the top level. I don't remember how exactly to make it in dot, maybe via defining subgraphs. I have spent some time tweaking the dot earlier around a similar tool for Homebrew.Gemfile
and which in the.gemspec
minitest
that looks excessive but the reason is that I specify the version of it. Maybe have an option to add the version/ref attached to the edge if defined.The text was updated successfully, but these errors were encountered: