Skip to content

Instantly share code, notes, and snippets.

@dbouwman
Created January 6, 2014 18:26
Show Gist options
  • Save dbouwman/8287173 to your computer and use it in GitHub Desktop.
Save dbouwman/8287173 to your computer and use it in GitHub Desktop.
rails error
11:20:04 db-composer (refactor-backend) $ bundle exec rake rails:update:bin
rake aborted!
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/gems/chain-0.0.3/lib/chain/url.rb:68: syntax error, unexpected tPOW, expecting ')'
method_missing(nil, path, **params)
^
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/gems/chain-0.0.3/lib/chain/url.rb:92: syntax error, unexpected $end, expecting keyword_end
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `block in require'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:214:in `load_dependency'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/gems/chain-0.0.3/lib/chain.rb:7:in `<top (required)>'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `require'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `block (2 levels) in require'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `each'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `block in require'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `each'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `require'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler.rb:132:in `require'
/Users/dbouwman/dev/db-composer/config/application.rb:7:in `<top (required)>'
/Users/dbouwman/dev/db-composer/Rakefile:7:in `require'
/Users/dbouwman/dev/db-composer/Rakefile:7:in `<top (required)>'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval'
/Users/dbouwman/.rvm/gems/ruby-1.9.3-p194/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment