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

-w flag exits immediately #18

Closed
enriquez opened this issue Nov 9, 2013 · 2 comments
Closed

-w flag exits immediately #18

enriquez opened this issue Nov 9, 2013 · 2 comments

Comments

@enriquez
Copy link
Member

enriquez commented Nov 9, 2013

I think I have the wrong version of the Listen gem. The ghpreview.gemspec doesn't specify a version, so I have 2.2 installed.

@enriquez
Copy link
Member Author

I might be having overall issues with the dependency versions. Other versioning issue I had: #17

Here is my Gemfile.lock

PATH
  remote: .
  specs:
    ghpreview (0.0.9)
      github-linguist (= 2.1)
      html-pipeline (= 0.0.6)
      httpclient
      listen
      rb-fsevent

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.0.1)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    atomic (1.1.14)
    blankslate (3.1.2)
    celluloid (0.15.2)
      timers (~> 1.1.0)
    charlock_holmes (0.6.9.4)
    escape_utils (0.2.4)
    ffi (1.0.11)
    gemoji (1.5.0)
    github-linguist (2.1.0)
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.3)
      mime-types (~> 1.18)
      pygments.rb (~> 0.2.13)
    github-markdown (0.6.3)
    html-pipeline (0.0.6)
      activesupport (>= 2)
      escape_utils (~> 0.2)
      gemoji (~> 1.0)
      github-linguist (~> 2.1)
      github-markdown (~> 0.5)
      nokogiri (~> 1.4)
      rinku (~> 1.7)
      sanitize (~> 2.0)
    httpclient (2.3.4.1)
    i18n (0.6.5)
    listen (2.2.0)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    mime-types (1.25)
    mini_portile (0.5.2)
    minitest (4.7.5)
    multi_json (1.8.2)
    nokogiri (1.6.0)
      mini_portile (~> 0.5.0)
    pygments.rb (0.2.13)
      rubypython (~> 0.5.3)
    rake (10.1.0)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.2)
      ffi (>= 0.5.0)
    rinku (1.7.3)
    rubypython (0.5.3)
      blankslate (>= 2.1.2.3)
      ffi (~> 1.0.7)
    sanitize (2.0.6)
      nokogiri (>= 1.4.4)
    thread_safe (0.1.3)
      atomic
    timers (1.1.0)
    tzinfo (0.3.38)

PLATFORMS
  ruby

DEPENDENCIES
  ghpreview!
  rake

@enriquez
Copy link
Member Author

Yay! Thanks!

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

1 participant