diff --git a/internal/question/models/version.go b/internal/question/models/version.go index bd3daf5..8c70f4c 100644 --- a/internal/question/models/version.go +++ b/internal/question/models/version.go @@ -10,7 +10,7 @@ var ( NodeJS: {"20", "18", "16"}, PHP: {"8.2", "8.1", "8.0"}, Python: {"3.11", "3.10", "3.9", "3.8", "3.7"}, - Ruby: {"3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4", "2.3"}, + Ruby: {"3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4", "2.3"}, Rust: {"1"}, }