Unresolved specs during Gem::Specification.reset:

后端 未结 9 1283
孤独总比滥情好
孤独总比滥情好 2020-11-29 16:47

When launching Guard, I\'m getting this output:

$ guard
WARN: Unresolved specs during Gem::Specification.reset:
             


        
9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 17:00

    add

    'bundle exec'
    

    before your command.

    I use ruby 2.4 and got the same problem when deploying jekyll on windows, it fixed.

提交回复
热议问题