Question

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
Était-ce utile?

La solution 2

Try:

gem uninstall locomotive_liquid
bundle install 

Autres conseils

What you need is gem pristine

e.g:

gem pristine locomotive_liquid
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top