Rubygem Dependencies
The other day, a friend of mine told me about some rubygem problems she was having. Her company’s firewall was a bit flaky and rubygems wasn’t able to auto grab dependencies for her. What she wanted was a way to determine a gem’s dependencies without yet installing it.
The gem dependency command is supposed to have an option to let you see the dependencies on a gem – but it only works on already installed gems.