passengerで「Web application could not be started」のエラーが出た

rails newでとりあえず作成したサイトにアクセスした所、
下記のデータが出た。

Web application could not be started
Could not find a JavaScript runtime.・・・

$ vi Gemfile
gem 'therubyracer', platforms: :ruby	←コメントアウト
$ bundle install

で解決した。