Domanda

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?

È stato utile?

Soluzione

Run:

bundle show padrino

and you will know.

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top