Porting Ruby applications to OSv - nyh/osv GitHub Wiki
Right now we don't have capstan image for ruby, you'll need to write application module. You'll need to place application on osv/apps/.
You can use following example as a starting point.
You'll may see abort() message when you running new ruby programs with untested gems. See Problems you may run into section on native application page.