aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-04-19 22:48:01 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-04-19 22:48:01 +0000
commitefc3d57a4b4d5e5d7905b9f011c5992afe9f32c5 (patch)
treeee8624d838ceb71f2e97af2dfdbc435f14065a57 /Mk
parente257b152d1da367ceba22be64fa7fd214c7dbd54 (diff)
downloadports-efc3d57a4b4d5e5d7905b9f011c5992afe9f32c5.tar.gz
ports-efc3d57a4b4d5e5d7905b9f011c5992afe9f32c5.zip
Change default version of ruby from 2.4 to 2.5.
PR: 233901 Exp-Run: antoine
Notes
Notes: svn path=/head/; revision=499391
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.default-versions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 62ff721af6d4..b7853b513245 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -88,7 +88,7 @@ PYTHON2_DEFAULT?= 2.7
# Possible values: 3.5, 3.6, 3.7
PYTHON3_DEFAULT?= 3.6
# Possible values: 2.4, 2.5
-RUBY_DEFAULT?= 2.4
+RUBY_DEFAULT?= 2.5
# Possible values: rust, rust-nightly
RUST_DEFAULT?= rust
# Possible values: 4.6, 4.7, 4.8