Skip to content

Commit e3f54e0

Browse files
author
Tim Bannister
committed
Bump Ruby version for Netlify
The site can build without Ruby; however, Netlify wants a Ruby version. Pick something recent.
1 parent 304bf1b commit e3f54e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ functions = "functions"
77
command = "git submodule update --init --recursive --depth 1 && make non-production-build"
88

99
[build.environment]
10-
HUGO_VERSION = "0.82.0"
1110
NODE_VERSION = "10.20.0"
12-
RUBY_VERSION = "2.7.1"
11+
HUGO_VERSION = "0.82.0"
12+
RUBY_VERSION = "3.0.1"
1313

1414
[context.production.environment]
1515
HUGO_BASEURL = "https://kubernetes.io/"

0 commit comments

Comments
 (0)