Pergunta

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?

Foi útil?

Solução

Run:

bundle show padrino

and you will know.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top