summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-10-04 04:28:35 +0000
committertaca <taca@pkgsrc.org>2020-10-04 04:28:35 +0000
commit685af76f2e6e0af5ac0e25374a6a05d5e46c5e8f (patch)
tree700c80e4c2b9324365a56357cb3176433010b15c /lang/ruby
parent2eebbbdc7e878428aed54576350bf92857e40a79 (diff)
downloadpkgsrc-685af76f2e6e0af5ac0e25374a6a05d5e46c5e8f.tar.gz
lang/ruby: update version for Ruby 2.7.2
Update versions for Ruby 2.7.2, it should be commited along with update to Ruby 2.7.2. Noted by Ryo ONODERA.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index f6d2ce812ed..58bddf1a4f8 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.222 2020/05/21 15:57:59 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.223 2020/10/04 04:28:35 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -215,7 +215,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
# current supported Ruby's version
RUBY25_VERSION= 2.5.8
RUBY26_VERSION= 2.6.6
-RUBY27_VERSION= 2.7.1
+RUBY27_VERSION= 2.7.2
# current API compatible version; used for version of shared library
RUBY25_API_VERSION= 2.5.0
@@ -347,7 +347,7 @@ RUBY_ABI_VERSION= ${RUBY_VERSION}
RUBY_RDOC_VERSION= 6.2.1
RUBY_DID_YOU_MEAN_VERSION= 1.4.0
-RUBY_IRB_VERSION= 1.2.3
+RUBY_IRB_VERSION= 1.2.6
# bundled gems
RUBY_MINITEST_VERSION= 5.13.0