diff options
author | taca <taca> | 2017-03-20 12:24:22 +0000 |
---|---|---|
committer | taca <taca> | 2017-03-20 12:24:22 +0000 |
commit | be845c4a69bc5a77c219a88a632197948a6a0038 (patch) | |
tree | a028332388ca066251e5b6c02d0d63a44707b9f5 /lang | |
parent | 4fdac7f3820bb4c2916430ff00c81645233638cb (diff) | |
download | pkgsrc-be845c4a69bc5a77c219a88a632197948a6a0038.tar.gz |
Change default version Ruby to 2.3.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 8 |
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} |