早速foreman入れて動かしてみたらすぐさまエラー出た。
エラーは出てもとりあえずは動いてる。
$ foreman start Bad file descriptor C:/Ruby193/lib/ruby/gems/1.9.1/gems/foreman-0.62.0/lib/foreman/engine.rb:377:in`read_nonblock' C:/Ruby193/lib/ruby/gems/1.9.1/gems/foreman-0.62.0/lib/foreman/engine.rb:377:in`block (2 levels) in watch_for_output' C:/Ruby193/lib/ruby/gems/1.9.1/gems/foreman-0.62.0/lib/foreman/engine.rb:373:in`loop' C:/Ruby193/lib/ruby/gems/1.9.1/gems/foreman-0.62.0/lib/foreman/engine.rb:373:in`block in watch_for_output'
ぐぐったら0.61入れろってことで入れたら解決した。
ruby - Can't start foreman in Heroku Tutorial using Python - Stack Overflow
gem uninstall foreman
gem install foreman -v 0.61
勉強になる。