From e3f54e0089c7608a7220ae3b9316b2726fd1d00d Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 17 Jun 2021 17:16:07 +0100 Subject: [PATCH] Bump Ruby version for Netlify The site can build without Ruby; however, Netlify wants a Ruby version. Pick something recent. --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 978c34240a..4fa334deab 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,9 +7,9 @@ functions = "functions" command = "git submodule update --init --recursive --depth 1 && make non-production-build" [build.environment] -HUGO_VERSION = "0.82.0" NODE_VERSION = "10.20.0" -RUBY_VERSION = "2.7.1" +HUGO_VERSION = "0.82.0" +RUBY_VERSION = "3.0.1" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"