# Ruby Version released

{% hint style="info" %}
Use the Ruby released trigger to expire a TODO **when a new version of the Ruby language gets a new release.**
{% endhint %}

<figure><img src="https://2920834341-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvC5eZACoQiLmi7enAypu%2Fuploads%2F1UlM9GYLmL0fBeipugdL%2Fruby-release.png?alt=media&#x26;token=b00189fc-4afd-43f6-82a4-06461b7b299d" alt="" width="563"><figcaption></figcaption></figure>

### Usage with a syntax

➡️ **`TODO(on:`**<mark style="color:yellow;background-color:yellow;">**`ruby_release`**</mark>**`(`**<mark style="color:purple;background-color:purple;">**`'> 3.2'`**</mark>**`))`**

#### Examples

<details>

<summary>Expire a TODO when Ruby 3.3.0 is released</summary>

➡️ **`TODO(on:`**<mark style="color:yellow;background-color:yellow;">**`ruby_release`**</mark>**`(`**<mark style="color:purple;background-color:purple;">**`'3.3'`**</mark>**`))`**

</details>

### Usage when detected automatically

#### Examples

<mark style="color:blue;">TODO</mark>:  **Change our CI matrix when Ruby 3.4 is released**\ <mark style="color:orange;">Equivalent to</mark>: <mark style="color:yellow;background-color:yellow;">**`ruby_release`**</mark>**`(`**<mark style="color:purple;background-color:purple;">**`'3.4'`**</mark>**`)`**
