Runtime support
The Ruby SDK is built and tested against the matrix below.
| Runtime | linux | macos | windows |
|---|---|---|---|
3.2 | ● | ● | ○ |
3.3 | ● | ● | ○ |
3.4 | ● | ● | ○ |
The minimum supported Ruby version is 3.2. The gem has zero runtime dependencies — only the Ruby stdlib (net/http, json, uri, securerandom, logger, openssl).
Implementations other than CRuby
Section titled “Implementations other than CRuby”The SDK is CRuby/MRI-first. JRuby 9.4+ is supported on a best-effort basis (CI does not run it). TruffleRuby has not been validated. File an issue if you hit a runtime-specific problem.