summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2017-04-09 15:54:28 +0000
committertaca <taca>2017-04-09 15:54:28 +0000
commitf0c2c8d8db376c76b3c6bf3b2c5a7e73773f792c (patch)
tree3fce814b2c67eba338a848b78682e939e14ee5ee /lang
parent2f1f7eb06c0e19bdedd00f610d02a9bad5ce2574 (diff)
downloadpkgsrc-f0c2c8d8db376c76b3c6bf3b2c5a7e73773f792c.tar.gz
Fix accidently modified RUBY23_VERSION.
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 03fe1ff794e..d9e1118bdd4 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.170 2017/04/09 15:49:50 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.171 2017/04/09 15:54:28 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -230,7 +230,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9]+)-.*/\1/}
RUBY18_VERSION= 1.8.7
RUBY21_VERSION= 2.1.10
RUBY22_VERSION= 2.2.7
-RUBY23_VERSION= 2.3.2
+RUBY23_VERSION= 2.3.3
# patch level
RUBY18_PATCHLEVEL= pl374