I have just reinstalled my whole system and started working on my projects again. I used and still use Jekyll in some of them however I have a problem with auto generation u
Seems to be caused by recent changes to the directory_watcher gem. Rolling the gem back fixed the issue for me:
sudo gem uninstall directory_watcher && sudo gem install directory_watcher -v 1.4.1