You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, When I try to do a kit pull on Windows 10, this is what happens:
C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- guard/guard (LoadError)
from C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/voog-kit-0.3.9/lib/voog/dtk/guard.rb:2:in `<top (required)>'
from C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/voog-kit-0.3.9/bin/kit:10:in `<top (required)>'
from C:/Ruby22/bin/kit:23:in `load'
from C:/Ruby22/bin/kit:23:in `<main>
I've tried installing guard gem manually, and updating all of my gems, to no avail...
@mikkpr Might be something to do with your latest commit?
The text was updated successfully, but these errors were encountered:
@randohinn The latest release (0.4.0) should solve your issue – I completely rewrote the file watcher and as a result, Guard is no longer a runtime dependency. Please confirm it works for you as well :)
Hi, When I try to do a kit pull on Windows 10, this is what happens:
I've tried installing guard gem manually, and updating all of my gems, to no avail...
@mikkpr Might be something to do with your latest commit?
The text was updated successfully, but these errors were encountered: