Question

I've installed a gem from git source:

gem 'padrino', git: 'git@github.com:padrino/padrino-framework.git'

How can I find where it's located on my machine?

Was it helpful?

Solution

Run:

bundle show padrino

and you will know.

OTHER TIPS

If you're asking about being installed locally try yourcomp/home/username/~/.rvm/gems/"your_default_ruby_version"/gems .

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