From e03d7e4d248f3676cc3eea81183c2bc49ca7b394 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:12:00 -0500 Subject: [PATCH] Remove Ruby as a dependency from netlify.toml file --- netlify.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 9caf5eea79..60ac752a38 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,7 +9,6 @@ command = "git submodule update --init --recursive --depth 1 && make non-product [build.environment] NODE_VERSION = "10.20.0" HUGO_VERSION = "0.101.0" -RUBY_VERSION = "3.0.1" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"