summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-12-05 15:11:10 +0000
committertaca <taca@pkgsrc.org>2016-12-05 15:11:10 +0000
commitaff744fb24dc9767df298e39a3b898aaf26c56be (patch)
treeae94b423e53a8756f85e869e78d6ce209a0ea33c /lang/ruby
parent1b2863d5ccae646c39736e916d2c8d996107c6d0 (diff)
downloadpkgsrc-aff744fb24dc9767df298e39a3b898aaf26c56be.tar.gz
Update ruby23{,-base} to 2.3.3.
pkgsrc change: rubygems dose not blame open-ended dependency unless verbose option is enabled. Ruby 2.3.2 Released Posted by nagachika on 15 Nov 2016 Ruby 2.3.2 has been released. This is the TEENY version release of the stable 2.3 series. This release contains update of RubyGems 2.5.2 and update of included ssl certificates. Ruby 2.3.3 Released Posted by nagachika on 21 Nov 2016 Ruby 2.3.3 has been released. This release contains a bug fix about Refinements and Module#prepend. The mixture use of Module#refine and Module#prepend to the same Class could cause unexpected NoMethodError. This is a regression on Ruby 2.3.2 released last week. See [Bug #12920] for details. There are some bugfixes too. See the ChangeLog for details.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index c29cd24ec44..1b5ff2a4b93 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.167 2016/12/05 15:02:25 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.168 2016/12/05 15:11:10 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.6
-RUBY23_VERSION= 2.3.1
+RUBY23_VERSION= 2.3.3
# patch level
RUBY18_PATCHLEVEL= pl374
@@ -339,16 +339,16 @@ RUBY_VERSION= ${RUBY23_VERSION}
RUBY_VERSION_FULL= ${RUBY_VERSION}
RUBY_ABI_VERSION= ${RUBY_VERSION}
-RUBY_GEMS_VERSION= 2.5.1
+RUBY_GEMS_VERSION= 2.5.2
RUBY_RDOC_VERSION= 4.2.1
RUBY_RAKE_VERSION= 10.4.2
RUBY_JSON_VERSION= 1.8.3
RUBY_BIGDECIMAL_VERSION= 1.2.8
RUBY_IO_CONSOLE_VERSION= 0.4.5
-RUBY_PSYCH_VERSION= 2.0.17
+RUBY_PSYCH_VERSION= 2.1.0
RUBY_DID_YOU_MEAN_VERSION= 1.0.0
-RUBY_MINITEST_VERSION= 5.8.3
+RUBY_MINITEST_VERSION= 5.8.5
RUBY_NET_TELNET_VERSION= 0.1.1
RUBY_POWER_ASSERT_VERSION= 0.2.6
RUBY_TEST_UNIT_VERSION= 3.1.5