diff options
author | taca <taca@pkgsrc.org> | 2019-03-16 14:34:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-03-16 14:34:56 +0000 |
commit | 82d86a7868b5ea410a2cf18ce846143964881242 (patch) | |
tree | c592def7f6abd356cca9a1928069c5dd56c1298e /lang/ruby | |
parent | 55b1e7965f4893e3a5f7db3204ab3282b1bb2d80 (diff) | |
download | pkgsrc-82d86a7868b5ea410a2cf18ce846143964881242.tar.gz |
lang/ruby25-base: updateo to 2.5.5
Update ruby25{,-base} to 2.5.5.
Quote from release announce:
Ruby 2.5.4 (2019-03-13)
This release includes bug fixes and a security update of the bundled
RubyGems. See details in Multiple vulnerabilities in RubyGems and the commit
logs.
Ruby 2.5.5 (2019-03-15)
This release includes a bug fix for the deadlock in the
multi-thread+multi-process (using Process.fork) applications (ex: puma).
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 4a839ca8020..248f7da7971 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.200 2019/02/03 13:36:47 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.201 2019/03/16 14:34:56 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -217,7 +217,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/} RUBY22_VERSION= 2.2.10 RUBY23_VERSION= 2.3.8 RUBY24_VERSION= 2.4.5 -RUBY25_VERSION= 2.5.3 +RUBY25_VERSION= 2.5.5 RUBY26_VERSION= 2.6.1 # current API compatible version; used for version of shared library |