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:
15:16:58.572 Found a .tool-versions file in user-specified root directory. Installing dependencies.
15:16:59.120 bun 1.1.33 is already installed
15:16:59.212 dart-sass-embedded 1.62.1 is already installed
15:16:59.308 golang 1.21.0 is already installed
15:16:59.404 hugo extended_0.118.2 is already installed
15:16:59.500 nodejs 18.17.1 is already installed
15:16:59.594 python 3.11.5 is already installed
15:16:59.615 python 2.7.18 is already installed
15:16:59.829 Version not found
15:16:59.829
15:16:59.829 If this is a new Ruby version, you may need to update the plugin:
15:16:59.829 asdf plugin update ruby
15:16:59.837 Error: Exit with error code: 1
15:16:59.837 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
15:16:59.837 at Object.onceWrapper (node:events:652:26)
15:16:59.837 at ChildProcess.emit (node:events:537:28)
15:16:59.837 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
15:16:59.845 Failed: build command exited with code: 1
15:17:00.646 Failed: error occurred while running build command
15:16:58.572 Found a .tool-versions file in user-specified root directory. Installing dependencies.
15:16:59.120 bun 1.1.33 is already installed
15:16:59.212 dart-sass-embedded 1.62.1 is already installed
15:16:59.308 golang 1.21.0 is already installed
15:16:59.404 hugo extended_0.118.2 is already installed
15:16:59.500 nodejs 18.17.1 is already installed
15:16:59.594 python 3.11.5 is already installed
15:16:59.615 python 2.7.18 is already installed
15:16:59.829 Version not found
15:16:59.829
15:16:59.829 If this is a new Ruby version, you may need to update the plugin:
15:16:59.829 asdf plugin update ruby
15:16:59.837 Error: Exit with error code: 1
15:16:59.837 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
15:16:59.837 at Object.onceWrapper (node:events:652:26)
15:16:59.837 at ChildProcess.emit (node:events:537:28)
15:16:59.837 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
15:16:59.845 Failed: build command exited with code: 1
15:17:00.646 Failed: error occurred while running build command
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?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?