bump Ruby verison (#8315)

This commit is contained in:
Jesse Hallam 2024-11-07 12:34:24 -04:00 committed by GitHub
parent 2649b4b63a
commit 09697c5a8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
3.0.6 3.2.0

View file

@ -32,7 +32,7 @@
{ {
"rule": "cli", "rule": "cli",
"binary": "ruby", "binary": "ruby",
"semver": ">=3.0.0", "semver": ">=3.2.0",
"error": "visit rvm install https://rvm.io/rvm/install", "error": "visit rvm install https://rvm.io/rvm/install",
"platform": "darwin" "platform": "darwin"
}, },