Skip to content

Commit

Permalink
Merge pull request #3420 from travis-ci/qa-ruby-yjit-notif
Browse files Browse the repository at this point in the history
Ruby YJIT available with supported Ruby versions
  • Loading branch information
stan-travis authored Nov 1, 2024
2 parents 357a062 + ecfb833 commit 11b56b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user/languages/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ layout: en
| [Default `install`](#dependency-management) | `bundle install --jobs=3 --retry=3` |
| [Default `script`](#default-build-script) | `rake` |
| [Matrix keys](#build-matrix) | `env`, `rvm`, `gemfile`, `jdk` |
| YJIT Support | Yes (with supported Ruby versions |
| Support | [Travis CI](mailto:[email protected]) |

Minimal example:
Expand All @@ -32,6 +33,8 @@ new to Travis CI, please read our [Onboarding](/user/onboarding/) and
## Specifying Ruby versions and implementations
> YJIT, a lightweight, minimalistic Ruby JIT built inside CRuby is available with supported Ruby versions.
The Ruby environment on Travis CI uses [RVM](https://rvm.io/) to provide many
Ruby implementations, versions and even patch levels.
Expand Down

0 comments on commit 11b56b7

Please sign in to comment.