Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

"NoMethodError: private method `run' called for nil:NilClass" again #399

Closed
tmeinlschmidt opened this issue Jul 23, 2013 · 0 comments
Closed

Comments

@tmeinlschmidt
Copy link

hi all,

after upgrading gems I'm getting this error and can't start pow session..
using ruby 1.9.3-p448

here's my Gemfile.lock - no vlad included, so it must be another issue

GIT
  remote: git://github.com/jwhitley/requirejs-rails.git
  revision: f2330104aeca4d193fd5680a22ae7eee85d814b5
  specs:
    requirejs-rails (0.9.1)
      railties (>= 3.1.1, < 4.1)

GIT
  remote: git://github.com/t2w/km.git
  revision: 7f138ce27fdc6b125c98e3539946b21d1dd0d7ab
  specs:
    km (1.1.2)

GEM
  remote: https://rubygems.org/
  remote: http://gems.github.com/
  specs:
    SyslogLogger (1.4.0)
      hoe (>= 1.2.0)
    aasm (3.0.19)
    actionmailer (3.2.13)
      actionpack (= 3.2.13)
      mail (~> 2.5.3)
    actionpack (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    active_model_serializers (0.8.1)
      activemodel (>= 3.0)
    activemodel (3.2.13)
      activesupport (= 3.2.13)
      builder (~> 3.0.0)
    activerecord (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activeresource (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
    activesupport (3.2.13)
      i18n (= 0.6.1)
      multi_json (~> 1.0)
    addressable (2.3.5)
    airbrake (3.1.12)
      activesupport
      builder
      json
    analytics-ruby (0.3.2)
      faraday (>= 0.8, < 0.10)
      faraday_middleware (>= 0.8, < 0.10)
      multi_json (~> 1.0)
    annotate (2.5.0)
      rake
    arel (3.0.2)
    better_errors (0.9.0)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bitly (0.9.0)
      httparty (>= 0.7.6)
      multi_json (~> 1.3)
      oauth2 (>= 0.5.0, < 0.9)
    bourbon (3.1.8)
      sass (>= 3.2.0)
      thor
    broach (0.3.0)
      multi_json (~> 1.7)
      nap (~> 0.5)
    bugsnag (1.4.0)
      httparty (>= 0.6, < 1.0)
      multi_json (~> 1.0)
    builder (3.0.4)
    capybara (2.1.0)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    celluloid (0.14.1)
      timers (>= 1.0.0)
    childprocess (0.3.9)
      ffi (~> 1.0, >= 1.0.11)
    chronic (0.9.1)
    climate_control (0.0.3)
      activesupport (>= 3.0)
    cocaine (0.5.1)
      climate_control (>= 0.0.3, < 1.0)
    coderay (1.0.9)
    coffee-rails (3.2.2)
      coffee-script (>= 2.2.0)
      railties (~> 3.2.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.6.3)
    colorize (0.5.8)
    columnize (0.3.6)
    connection_pool (1.1.0)
    coveralls (0.6.7)
      colorize
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      thor
    daemon_controller (1.1.4)
    database_cleaner (1.0.1)
    debug_inspector (0.0.2)
    debugger (1.6.1)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.2.0)
      debugger-ruby_core_source (~> 1.2.3)
    debugger-linecache (1.2.0)
    debugger-ruby_core_source (1.2.3)
    diff-lcs (1.2.4)
    em-websocket (0.5.0)
      eventmachine (>= 0.12.9)
      http_parser.rb (~> 0.5.3)
    erubis (2.7.0)
    escape (0.0.4)
    eventmachine (1.0.3)
    execjs (1.4.0)
      multi_json (~> 1.0)
    fabrication (2.7.2)
    faraday (0.8.7)
      multipart-post (~> 1.1)
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
    faye-websocket (0.6.2)
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.2.0)
    ffi (1.9.0)
    foreigner (1.4.2)
      activerecord (>= 3.0.0)
    formatador (0.2.4)
    fuubar (1.1.1)
      rspec (~> 2.0)
      rspec-instafail (~> 0.2.0)
      ruby-progressbar (~> 1.0)
    geoip-c (0.8.2)
    guard (1.8.1)
      formatador (>= 0.2.4)
      listen (>= 1.0.0)
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
      thor (>= 0.14.6)
    guard-livereload (1.4.0)
      em-websocket (>= 0.5.0)
      guard (>= 1.8.0)
      multi_json (~> 1.7)
    guard-rspec (3.0.2)
      guard (>= 1.8)
      rspec (~> 2.13)
    guard-spork (1.5.1)
      childprocess (>= 0.2.3)
      guard (>= 1.1)
      spork (>= 0.8.4)
    haml (4.0.3)
      tilt
    hike (1.2.3)
    hoe (3.6.3)
      rake (>= 0.8, < 11.0)
    hpricot (0.8.6)
    htmlentities (4.3.1)
    http_parser.rb (0.5.3)
    httparty (0.11.0)
      multi_json (~> 1.0)
      multi_xml (>= 0.5.2)
    httpauth (0.2.0)
    i18n (0.6.1)
    immigrant (0.1.4)
      activerecord (>= 3.0)
      foreigner (>= 1.2.1)
    intercom (0.1.11)
    journey (1.0.4)
    jquery-rails (3.0.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.8.0)
    jwt (0.1.8)
      multi_json (>= 1.5)
    koala (1.6.0)
      addressable (~> 2.2)
      faraday (~> 0.8)
      multi_json (~> 1.3)
    launchy (2.3.0)
      addressable (~> 2.3)
    letter_opener (1.1.2)
      launchy (~> 2.2)
    libv8 (3.11.8.17)
    listen (1.2.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      rb-kqueue (>= 0.2)
    lumberjack (1.0.4)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    memcache-client (1.8.5)
    metaclass (0.0.1)
    method_source (0.8.1)
    mime-types (1.23)
    mini_portile (0.5.1)
    mixpanel (4.0.2)
      escape
      json
      rack
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    multi_json (1.7.7)
    multi_xml (0.5.4)
    multipart-post (1.2.0)
    mysql2 (0.3.13)
    nap (0.5.1)
    newrelic_rpm (3.5.3.25)
    nokogiri (1.6.0)
      mini_portile (~> 0.5.0)
    oauth (0.4.7)
    oauth2 (0.8.1)
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
    obscenity (1.0.2)
    open4 (1.3.0)
    paperclip (3.5.0)
      activemodel (>= 3.0.0)
      activesupport (>= 3.0.0)
      cocaine (~> 0.5.0)
      mime-types
    passenger (4.0.10)
      daemon_controller (>= 1.1.0)
      rack
      rake (>= 0.8.1)
    polyglot (0.3.3)
    pry (0.9.12.2)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    pry-doc (0.4.6)
      pry (>= 0.9)
      yard (>= 0.8)
    pry-nav (0.2.3)
      pry (~> 0.9.10)
    pry-stack_explorer (0.4.9)
      binding_of_caller (>= 0.7)
      pry (~> 0.9.11)
    pry-theme (0.2.0)
      json
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-protection (1.5.0)
      rack
    rack-ssl (1.3.3)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (3.2.13)
      actionmailer (= 3.2.13)
      actionpack (= 3.2.13)
      activerecord (= 3.2.13)
      activeresource (= 3.2.13)
      activesupport (= 3.2.13)
      bundler (~> 1.0)
      railties (= 3.2.13)
    railties (3.2.13)
      actionpack (= 3.2.13)
      activesupport (= 3.2.13)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    rake (10.1.0)
    rake-remote_task (2.2.1)
      open4 (~> 1.0)
      rake (>= 0.8, < 11.0)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.0)
      ffi (>= 0.5.0)
    rb-kqueue (0.2.0)
      ffi (>= 0.5.0)
    rdiscount (2.1.6)
    rdoc (3.12.2)
      json (~> 1.4)
    redis (3.0.4)
    redis-namespace (1.3.0)
      redis (~> 3.0.0)
    ref (1.0.5)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rmagick (2.13.2)
    rspec (2.13.0)
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
    rspec-core (2.13.1)
    rspec-expectations (2.13.0)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-instafail (0.2.4)
    rspec-mocks (2.13.1)
    rspec-rails (2.13.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
    rspec-spies (2.1.4)
      rspec (~> 2.0)
    ruby-progressbar (1.1.1)
    sass (3.2.9)
    sass-rails (3.2.6)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    sendgrid (1.2.0)
      json
      json
    shoulda-matchers (2.2.0)
      activesupport (>= 3.0.0)
    sidekiq (2.13.0)
      celluloid (>= 0.14.1)
      connection_pool (>= 1.0.0)
      json
      redis (>= 3.0)
      redis-namespace
    simple-random (0.9.3)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    sinatra (1.4.3)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    sitemap_generator (4.1.1)
      builder
    slim (2.0.0)
      temple (~> 0.6.5)
      tilt (~> 1.3, >= 1.3.3)
    slop (3.4.5)
    split (0.6.3)
      redis (>= 2.1)
      redis-namespace (>= 1.1.0)
      simple-random
      sinatra (>= 1.2.6)
    spork (1.0.0rc3)
    spork-rails (3.2.1)
      rails (>= 3.0.0, < 3.3.0)
      spork (>= 1.0rc0)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    temple (0.6.5)
    therubyracer (0.11.4)
      libv8 (~> 3.11.8.12)
      ref
    thor (0.18.1)
    tilt (1.4.1)
    timecop (0.6.2.2)
    timers (1.1.0)
    treetop (1.4.14)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.37)
    uglifier (2.1.2)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    websocket-driver (0.2.1)
    will_paginate (3.0.4)
    xpath (2.0.0)
      nokogiri (~> 1.3)
    yard (0.8.6.2)

PLATFORMS
  ruby

DEPENDENCIES
  SyslogLogger (= 1.4.0)
  aasm
  active_model_serializers
  airbrake
  analytics-ruby
  annotate
  better_errors
  binding_of_caller
  bitly
  bourbon
  broach
  bugsnag
  builder
  capybara
  chronic
  coffee-rails
  coveralls
  database_cleaner
  debugger
  fabrication
  faye-websocket
  foreigner
  fuubar
  geoip-c
  guard-livereload
  guard-rspec
  guard-spork
  haml
  hoe
  hpricot
  htmlentities
  httparty
  immigrant
  intercom
  jquery-rails
  json
  jwt
  km!
  koala
  letter_opener
  listen
  memcache-client
  mixpanel
  mocha
  mysql2
  newrelic_rpm (~> 3.5.3.25)
  nokogiri
  oauth
  obscenity
  open4
  paperclip
  passenger
  pry
  pry-doc
  pry-nav
  pry-stack_explorer
  pry-theme
  rails (>= 3.2.13)
  rake
  rake-remote_task
  rb-inotify
  rdiscount
  redis
  redis-namespace
  requirejs-rails!
  rest-client
  rmagick
  rspec-rails (~> 2.13.0)
  rspec-spies
  sass-rails
  sendgrid
  shoulda-matchers
  sidekiq
  sinatra
  sitemap_generator
  slim
  split
  spork-rails
  therubyracer
  timecop
  uglifier
  will_paginate

any idea?

@jeremy jeremy closed this as completed Aug 12, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants