문제

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
도움이 되었습니까?

해결책 2

Try:

gem uninstall locomotive_liquid
bundle install 

다른 팁

What you need is gem pristine

e.g:

gem pristine locomotive_liquid
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top