Jekyll MacOS MoJave errors?

I recently installed MacOS Mojave and seem to be having problems with Jekyll regenerating when there is a change.
Here are my settings:

  • Jekyll verison 3.8.4

  • ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin18]

This is the error message I am getting:
Regenerating: 1 file(s) changed at 2018-10-09 17:05:56
E, [2018-10-09T17:05:56.353638 #58515] ERROR – : exception while processing events: undefined local variable or method `source_path’ for Jekyll::Watcher:Module Backtrace:

Any help would be greatly appreciated!

@Liquid This is a bug in the latest version of jekyll-watch. A fix has been proposed and will be released as soon as possible.

Sorry for the inconvenience caused.
A

@Liquid The patch has been released.
Please run bundle update to install it.

Awesome thank you so much for the quick turn around!!