Ruby 3.3.6 availability
I'm trying out Cloudflare Pages for a Jekyll site that I currently have on Github Pages.
When I deploy my site (which only has ruby in its
.tool-versions
file), I see the following output in the (failed) build logs:
I can roll my ruby version back to something older, but ruby 3.3.6 was released about a month ago - how long does it typically take for new versions to be available on Cloudfront Pages?1 Reply
Hello! I just got here while searching with the same problem.
So far, I have found that there is usually a ~6 month wait based on what I have found in other posts from other users with the same error as you and I.
If I don't set a fixed Ruby version for my Pages deployment it works because it uses whatever default they have, but if I set a particular version, I need to trial and error to see what version the build image will like.
This wouldn't be as big of a problem if the docs said what versions are currently supported, but currently they say they support "Any version" of Ruby even "versions newer than the Default version" https://developers.cloudflare.com/pages/configuration/build-image/
I saw users in the exact same situation on the Cloudflare Community forum, so you are not alone! haha
Cloudflare Docs
Build image · Cloudflare Pages docs
Cloudflare Pages' build environment has broad support for a variety of languages, such as Ruby, Node.js, Python, PHP, and Go.