Question

I am trying to run "bundle install". It tries to install linecache19 version 0.5.13 which is not yet released. I can't find the linecache19 gem in Gemfile. Its getting installed as a dependency of some other gem. I would like to know what linecache19 gem is used for and who requires it.

Was it helpful?

Solution

You can run gem dependency GEMNAME on each of the gems in your gemfile (and possibly on their dependencies) to see who is requiring linecache19 0.5.13.

Maybe someone else will know of a way to search the whole dependency tree in one go.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top