summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorryoon <ryoon>2015-05-16 11:21:00 +0000
committerryoon <ryoon>2015-05-16 11:21:00 +0000
commit212d8a38e116956af81d559eb5fdf94ae4e1a897 (patch)
tree57286e9ada95b1b8713548e2d40989e6a1419741 /lang
parent47452b2b3eec264e6c665e49dd2af600e59542e2 (diff)
downloadpkgsrc-212d8a38e116956af81d559eb5fdf94ae4e1a897.tar.gz
Enable Ruby 2.2
O.K. by taca@ on tech-pkg@.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rubyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 066d0c12667..ce9e15fa09d 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.141 2015/04/19 16:25:10 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.142 2015/05/16 11:21:00 ryoon Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -255,7 +255,7 @@ RUBY_RDOC_PKGSRC_VERS= 4.2.0
#
RUBY_VERSION_DEFAULT?= 200
-RUBY_VERSION_SUPPORTED?= 200 193 21 # 22
+RUBY_VERSION_SUPPORTED?= 200 193 21 22
.if defined(RUBY_VERSION_REQD)
. for rv in ${RUBY_VERSION_SUPPORTED}