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
I was wondering if you would be interested in a PR to output details about the dependencies that are associated with the Rails application you're analyzing.
I think it adds value, I imagine users interested in the app stats may already be using bundler-stats and it's nice to have all data with only one command.
Maybe we can do the dependency optional if it's a concern? Like:
ifBundler::Stats# exec command, process and merge outputsend
And some comment about it in the README.
But only if the required dependency is a concern to you, I think it's ok to have that as a required dependency to simplify the code.
Hi there,
I was wondering if you would be interested in a PR to output details about the dependencies that are associated with the Rails application you're analyzing.
It would be something like this:
I realize that you could do this with
bundler-stats
, but I thought it might come in handy to do everything in one place.If you were to add this, you would have to add a new dependency to this gem: https://github.com/jmmastey/bundler-stats
What do you think?
Thanks!
Ernesto
The text was updated successfully, but these errors were encountered: