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

uninitialized constant Listen::Turnstile #69

Closed
jmera opened this issue Dec 4, 2014 · 1 comment
Closed

uninitialized constant Listen::Turnstile #69

jmera opened this issue Dec 4, 2014 · 1 comment

Comments

@jmera
Copy link
Contributor

jmera commented Dec 4, 2014

To reproduce the problem (Mac OS X):

$ git clone https://github.com/joost/phony_rails
$ cd phony_rails
$ bundle install
$ bundle exec guard

Produces the following error (even after bundle update):

/Users/mera/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/guard-1.2.3/lib/guard.rb:48:in `setup': uninitialized constant Listen::Turnstile (NameError)
    from /Users/mera/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/guard-1.2.3/lib/guard.rb:154:in `start'
    from /Users/mera/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/guard-1.2.3/lib/guard/cli.rb:100:in `start'
    from /Users/mera/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
    from /Users/mera/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
    from /Users/mera/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
    from /Users/mera/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
    from /Users/mera/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/guard-1.2.3/bin/guard:6:in `<top (required)>'
    from /Users/mera/.rbenv/versions/2.0.0-p247/bin/guard:23:in `load'
    from /Users/mera/.rbenv/versions/2.0.0-p247/bin/guard:23:in `<main>'
@JonMidhir
Copy link
Contributor

This was due to a change in Guard's listen dependency. Fixed in #70. 🍻

@joost joost closed this as completed in ddd79c2 Dec 6, 2014
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