From 582ca7fadf6d4f49782d6611a939bcb37c07aa00 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Thu, 24 Oct 2024 18:44:39 -0400 Subject: [PATCH] Ruby 3.2 and 3.3 support is in the works Followup to: https://github.com/ManageIQ/manageiq/pull/23204 --- developer_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_setup.md b/developer_setup.md index 7df7904..0659eb1 100644 --- a/developer_setup.md +++ b/developer_setup.md @@ -4,7 +4,7 @@ | **Name** | **Min Version** | **Max Version** | | ---------- | --------------- | --------------- | -| Ruby | 3.0.1 | 3.1.x | +| Ruby | 3.0.1 | 3.3.x | | Bundler | 2.2.15 | 2.x | | NodeJS | 18.x.x | 18.x.x | | Python | 3.9.x | |