[sandbox]
name = "ruby"
base_image = "ruby:3.3-alpine"
[resources]
vcpus = 1
memory_mb = 512
[security]
profile = "moderate"
[security.domains]
allow = ["rubygems.org"]
[template]
description = "Ruby with Bundler for Ruby development"
category = "Languages"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: ruby -v
Binaries available: ruby, gem, bundle
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""