How does one go about using external gems in a Shoes app? Or maybe to put it another way, is it possible to use the Shoes toolkit in regular ruby code, executed via the normal ruby way? Or must I run my applications through the Shoes system?
It looks like my Shoes installation has its own gems directory, but I'd prefer to use my system's gem dir.... Setting ENV['GEM_HOME'] doesn't seem to work, nor does hard-bundling the library inside my Shoes app's directory (this particular library explicitly insists on loading its dependencies as gems).
