Ruby is used as a simple HTTP server; this behavior is deprecated and should be killed with fire. Use python instead: ``` $ python -m SimpleHTTPServer 5000 $ python3 -m http.server 5000 ```