Pregunta

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?

¿Fue útil?

Solución

Run:

bundle show padrino

and you will know.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top