# 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="/files/hpFmO0uOtB48RF7kJS0H" 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>**`)`**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.catana.dev/triggers/ruby-version-released.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
