Pergunta

So I was debugging locally installed gems:

/Users/myUser/.rvm/gems/ruby-1.9.3-p484@12wbt-engine/gems/locomotive_liquid-2.4.2

And now I removed the this folder. Hence I'm wondering if there is any way to restore it?

DOESN'T WORK:

bundle install
bundle update
Foi útil?

Solução 2

Try:

gem uninstall locomotive_liquid
bundle install 

Outras dicas

What you need is gem pristine

e.g:

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