pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 4 04:28:35 UTC 2020
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 pkgsrc/lang/ruby/rubyversion.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.222 pkgsrc/lang/ruby/rubyversion.mk:1.223
--- pkgsrc/lang/ruby/rubyversion.mk:1.222 Thu May 21 15:57:59 2020
+++ pkgsrc/lang/ruby/rubyversion.mk Sun Oct 4 04:28:35 2020
@@ -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/rub
# 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
Home |
Main Index |
Thread Index |
Old Index