Build with Flox
Not only can you develop your software with Flox, but you can build it as well. See the builds concept page for more details.Manifest builds
Since Ruby is not a compiled language, to create an executable artifact you must create a shell script that callsbundle exec. Configure bundler to use the local directory to store the bundles by setting $GEM_HOME to something like ./vendor. If your Gemfile compiles native extensions, you may also want to unset CPATH. See the Flox ruby environment for more information, examples and specific details.
For example, say you have an application whose source is in app.rb, and that you created a script called myproject at the root of your repository with the following contents:
myproject