Ruby 3.0 on MacOS does not install

Unable to test vs ruby 3.0 on MacOs: Travis CI - Test and Deploy with Confidence

$ rvm use 3.0 --install --binary --fuzzy
curl: (22) The requested URL returned error: 404 Not Found
Required ruby-3.0 is not installed - installing.
curl: (22) The requested URL returned error: 404 Not Found
Searching for binary rubies, this might take some time.
Requested binary installation but no rubies are available to download, consider skipping --binary flag.
Gemset ‘’ does not exist, 'rvm ruby-3.0 do rvm gemset create ’ first, or append ‘–create’.
The command “rvm use 3.0 --install --binary --fuzzy” failed and exited with 2 during .

1 Like

How is that a solution? The thread there isn’t resolved

@vincent-paing this is a duplicate

@native-api @vincent-paing

Hi! I see this answer marked as Duplicate, but I don’t see the reference to the solution. Is it solved? We’re facing exactly the same problem on MacOS 12.6:

Installing Ruby (skipping rvm update)
rvm use $(< .ruby-version) --install --binary --fuzzy
curl: (22) The requested URL returned error: 404
Required ruby-3.0.0 is not installed - installing.
curl: (22) The requested URL returned error: 404
Searching for binary rubies, this might take some time.
Requested binary installation but no rubies are available to download, consider skipping --binary flag.
Gemset '' does not exist, 'rvm ruby-3.0.0 do rvm gemset create ' first, or append '--create'.
The command "rvm use $(< .ruby-version) --install --binary --fuzzy" failed and exited with 2 during .

:pray: