ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

prax not working on ubuntu 12.04 #121

Closed chemos57 closed 9 years ago

chemos57 commented 9 years ago

When trying ot install prax on ubuntu 12.04 i got this output Starting prax server /opt/prax/prax/lib/prax/command.rb:12: syntax error, unexpected ':', expecting ')' Prax.run(daemon: !foreground)

ysbaddaden commented 9 years ago

Prax requires Ruby 1.9+. Most likely you are trying to use Ruby 1.8, which isn't supported.

chemos57 commented 9 years ago

You're totally right! Thanks for help!