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
Was it helpful?

Solution 2

Try:

gem uninstall locomotive_liquid
bundle install 

OTHER TIPS

What you need is gem pristine

e.g:

gem pristine locomotive_liquid
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top