Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows - cannot load guard/guard #44

Closed
randohinn opened this issue Dec 19, 2015 · 2 comments
Closed

Windows - cannot load guard/guard #44

randohinn opened this issue Dec 19, 2015 · 2 comments

Comments

@randohinn
Copy link

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?

@mikkpr
Copy link
Contributor

mikkpr commented Dec 21, 2015

It most definitely is. I'm currently working on a fix, but can't give you an ETA yet.

@mikkpr
Copy link
Contributor

mikkpr commented Dec 22, 2015

@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 :)

@mikkpr mikkpr closed this as completed Dec 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants