summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-05-16 11:21:00 +0000
committerryoon <ryoon@pkgsrc.org>2015-05-16 11:21:00 +0000
commit063516ab84a6d2509890b469efa9a8b379b6dbf3 (patch)
tree57286e9ada95b1b8713548e2d40989e6a1419741 /lang/ruby
parenta4a383073e06e8755980d88a563d00001679caca (diff)
downloadpkgsrc-063516ab84a6d2509890b469efa9a8b379b6dbf3.tar.gz
Enable Ruby 2.2
O.K. by taca@ on tech-pkg@.
Diffstat (limited to 'lang/ruby')
-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}