summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2017-03-20 12:24:22 +0000
committertaca <taca>2017-03-20 12:24:22 +0000
commitd705eb017292163bf831c76e73ec76d520b88144 (patch)
treea028332388ca066251e5b6c02d0d63a44707b9f5
parentf49f7752f417306830621fa825253b1cf1d90059 (diff)
downloadpkgsrc-d705eb017292163bf831c76e73ec76d520b88144.tar.gz
Change default version Ruby to 2.3.
-rw-r--r--lang/ruby/rubyversion.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 1b5ff2a4b93..09242560cbe 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.168 2016/12/05 15:11:10 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.169 2017/03/20 12:24:22 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -11,7 +11,7 @@
# The preferered Ruby version to use.
#
# Possible values: 18 21 22 23
-# Default: 22
+# Default: 23
#
# RUBY_BUILD_RDOC
# Build rdoc of this package and so that install formated
@@ -251,9 +251,9 @@ RUBY_GEMS_PKGSRC_VERS= 2.4.8
RUBY_RDOC_PKGSRC_VERS= 4.2.2
#
-RUBY_VERSION_DEFAULT?= 22
+RUBY_VERSION_DEFAULT?= 23
-RUBY_VERSIONS_ACCEPTED?= 22 23 21
+RUBY_VERSIONS_ACCEPTED?= 23 22 21
RUBY_VERSIONS_INCOMPATIBLE?=
.for rv in ${RUBY_VERSIONS_ACCEPTED}