From 21f2e109984b2e20ab399a3d7ea5c018abb0e4a6 Mon Sep 17 00:00:00 2001 From: zacharysarah Date: Fri, 3 Jul 2020 13:21:24 -0700 Subject: [PATCH] Specify a Ruby version for netlify --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 681e1ea7ab..96ae96ae40 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,6 +9,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product [build.environment] HUGO_VERSION = "0.70.0" NODE_VERSION = "10.20.0" +RUBY_VERSION = "2.7.1" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"