burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Typo when requiring rubygems in zeus.json example files #671

Closed ferrerluis closed 9 months ago

ferrerluis commented 4 years ago

If you just installed Zeus, and try running it without zeus init, it fails because it cannot require ubygems.

The command that is shown in these files has the option -rubygems which seems to be missing one r (i.e. -rrubygems)