Skip to content

Commit 3ca34b9

Browse files
authored
Merge pull request #28460 from sftim/20210617_do_not_set_ruby_version_for_netlify
Bump Ruby version for Netlify
2 parents 95842c3 + e3f54e0 commit 3ca34b9

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)