Vra

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
Was dit nuttig?

Oplossing 2

Try:

gem uninstall locomotive_liquid
bundle install 

Ander wenke

What you need is gem pristine

e.g:

gem pristine locomotive_liquid
Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top