appcanary / agent

The Appcanary agent
https://www.appcanary.com
GNU General Public License v3.0
47 stars 6 forks source link

Bug with Gemfile parser #10

Closed phillmv closed 9 years ago

phillmv commented 9 years ago
2015/04/09 15:32:54 Reading file: /Users/phillmv/code/state/canary-web/Gemfile.lock
2015/04/09 15:32:54
parse error near Unknown (line 1 symbol 1 - line 1 symbol 1):

parse error near Space (line 178 symbol 24 - line 178 symbol 25):

parse error near Spaces (line 178 symbol 24 - line 178 symbol 25):

parse error near Constraint (line 178 symbol 22 - line 178 symbol 30):
>= 4.2.0
parse error near Spaces (line 178 symbol 21 - line 178 symbol 21):

parse error near Spaces (line 178 symbol 20 - line 178 symbol 21):

parse error near LineEnd (line 178 symbol 0 - line 178 symbol 1):

parse error near Space (line 178 symbol 6 - line 178 symbol 7):

parse error near Spaces (line 178 symbol 1 - line 178 symbol 7):

parse error near Specs (line 3 symbol 1 - line 178 symbol 1):
  specs:
    actionmailer (4.2.0)
      actionpack (= 4.2.0)
      actionview (= 4.2.0)
      activejob (= 4.2.0)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.0)
      actionview (= 4.2.0)
      activesupport (= 4.2.0)
      rack (~> 1.6.0)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.1)
    actionview (4.2.0)
      activesupport (= 4.2.0)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.1)
    active_model_serializers (0.9.3)
      activemodel (>= 3.2)
    activejob (4.2.0)
      activesupport (= 4.2.0)
      globalid (>= 0.3.0)
    activemodel (4.2.0)
      activesupport (= 4.2.0)
      builder (~> 3.1)
    activerecord (4.2.0)
      activemodel (= 4.2.0)
      activesupport (= 4.2.0)
      arel (~> 6.0)
    activesupport (4.2.0)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    annotate (2.6.5)
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
    ansi (1.5.0)
    arel (6.0.0)
    autoprefixer-rails (5.0.0.3)
      execjs
      json
    bcrypt (3.1.9)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bootstrap-sass (3.3.3)
      autoprefixer-rails (>= 5.0.0.1)
      sass (>= 3.2.19)
    bourbon (4.2.1)
      sass (~> 3.4)
      thor
    builder (3.2.2)
    byebug (3.5.1)
      columnize (~> 0.8)
      debugger-linecache (~> 1.2)
      slop (~> 3.6)
    capistrano (3.2.1)
      i18n
      rake (>= 10.0.0)
      sshkit (~> 1.3)
    capistrano-bundler (1.1.4)
      capistrano (~> 3.1)
      sshkit (~> 1.2)
    capistrano-npm (1.0.1)
      capistrano (>= 3.0.0)
    capistrano-rails (1.1.2)
      capistrano (~> 3.1)
      capistrano-bundler (~> 1.1)
    capistrano-rails-console (0.5.0)
      capistrano (>= 3.0.0, < 4.0.0)
    capistrano3-unicorn (0.2.1)
      capistrano (~> 3.1, >= 3.1.0)
    chunky_png (1.3.4)
    coderay (1.1.0)
    colorize (0.7.5)
    columnize (0.9.0)
    debug_inspector (0.0.2)
    debugger-linecache (1.2.0)
    erubis (2.7.0)
    execjs (2.2.2)
    factory_girl (4.5.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.5.0)
      factory_girl (~> 4.5.0)
      railties (>= 3.0.0)
    faker (1.4.3)
      i18n (~> 0.5)
    faraday (0.9.1)
      multipart-post (>= 1.2, < 3)
    font-awesome-rails (4.3.0.0)
      railties (>= 3.2, < 5.0)
    globalid (0.3.0)
      activesupport (>= 4.1.0)
    hike (1.2.3)
    htmlentities (4.3.3)
    httparty (0.13.3)
      json (~> 1.8)
      multi_xml (>= 0.5.2)
    i18n (0.7.0)
    jbuilder (2.2.6)
      activesupport (>= 3.0.0, < 5)
      multi_json (~> 1.2)
    jquery-rails (4.0.3)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    json (1.8.2)
    jwt (1.2.1)
    kgio (2.9.3)
    loofah (2.0.1)
      nokogiri (>= 1.5.9)
    m (1.3.2)
      method_source (>= 0.6.7)
      rake (>= 0.9.2.2)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    method_source (0.8.2)
    mime-types (2.4.3)
    mini_portile (0.6.2)
    minitest (5.5.1)
    minitest-reporters (1.0.10)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    minitest-spec-rails (5.2.0)
      minitest (~> 5.0)
      rails (~> 4.1)
    multi_json (1.10.1)
    multi_xml (0.5.5)
    multipart-post (2.0.0)
    neat (1.7.2)
      bourbon (>= 4.0)
      sass (>= 3.3)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (2.9.2)
    nokogiri (1.6.6.2)
      mini_portile (~> 0.6.0)
    oauth (0.4.7)
    oauth2 (1.0.0)
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (~> 1.2)
    pg (0.18.1)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (3.0.1)
      byebug (~> 3.4)
      pry (~> 0.10)
    pry-rails (0.3.2)
      pry (>= 0.9.10)
    rack (1.6.0)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.2.0)
      actionmailer (= 4.2.0)
      actionpack (= 4.2.0)
      actionview (= 4.2.0)
      activejob (= 4.2.0)
      activemodel (= 4.2.0)
      activerecord (= 4.2.0)
      activesupport (= 4.2.0)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.2.0)
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)

parse error near Action0 (line 2 symbol 1 - line 2 symbol 1):

parse error near Unknown (line 1 symbol 1 - line 1 symbol 1):

parse error near Unknown (line 1 symbol 1 - line 1 symbol 1):
phillmv commented 9 years ago

irrelephant