When pushing my app Rails3 to Heroku, it gets rejected with:
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment sh: Syntax error: Unterminated quoted string
but when I run ruby -c Gemfile
I get Syntax OK
.
Any tips?
Edit: source code can be found here: https://github.com/tubedude/portfolio_tracker I'm using ruby 2.1.0 and Rails 3.2.17