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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top