Skip to content

Instantly share code, notes, and snippets.

@alfredodeza
Created July 1, 2013 22:13
Show Gist options
  • Save alfredodeza/5905095 to your computer and use it in GitHub Desktop.
Save alfredodeza/5905095 to your computer and use it in GitHub Desktop.
Attempting to compile onto tasseo
/opt/heroku-buildpack-ruby/bin/compile .
-----> Using Ruby version: ruby-1.9.2
-----> Installing dependencies using
sh: -c: line 0: unexpected EOF while looking for matching ``'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching ``'
sh: -c: line 1: syntax error: unexpected end of file
/opt/heroku-buildpack-ruby/lib/language_pack/ruby.rb:616:in `load_bundler_cache': private method `load' called for nil:NilClass (NoMethodError)
from /opt/heroku-buildpack-ruby/lib/language_pack/ruby.rb:430:in `block in build_bundler'
from /opt/heroku-buildpack-ruby/lib/language_pack/base.rb:91:in `log'
from /opt/heroku-buildpack-ruby/lib/language_pack/ruby.rb:403:in `build_bundler'
from /opt/heroku-buildpack-ruby/lib/language_pack/ruby.rb:73:in `block in compile'
from /opt/heroku-buildpack-ruby/lib/language_pack/ruby.rb:582:in `call'
from /opt/heroku-buildpack-ruby/lib/language_pack/ruby.rb:582:in `allow_git'
from /opt/heroku-buildpack-ruby/lib/language_pack/ruby.rb:71:in `compile'
from /opt/heroku-buildpack-ruby/bin/compile:11:in `block in <main>'
from /opt/heroku-buildpack-ruby/lib/language_pack/base.rb:91:in `log'
from /opt/heroku-buildpack-ruby/bin/compile:10:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment