From 4bae93675139652dafa0602173c25f2e6a27451f Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Tue, 17 Apr 2018 13:01:43 +0200
Subject: [PATCH] ruby-23: update to 2.3.7

---
 components/ruby/ruby-23/Makefile |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/components/ruby/ruby-23/Makefile b/components/ruby/ruby-23/Makefile
index 11db8f1..ac237ee 100644
--- a/components/ruby/ruby-23/Makefile
+++ b/components/ruby/ruby-23/Makefile
@@ -26,14 +26,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		ruby
-COMPONENT_VERSION=	2.3.6
-COMPONENT_REVISION=     1
+COMPONENT_VERSION=	2.3.7
 COMPONENT_PROJECT_URL=	http://www.ruby-lang.org/
 COMPONENT_SRC=	\
 	$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:e0d969ac22d4a403c1204868bb9c0d068aa35045bb3934cf50b17b7f66059f56
+    sha256:c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb
 
 COMPONENT_ARCHIVE_URL=	\
 	https://cache.ruby-lang.org/pub/ruby/2.3/$(COMPONENT_ARCHIVE)
@@ -129,7 +128,7 @@
 
 install:	$(INSTALL_32)
 
-# 16026 tests, 2239031 assertions, 0 failures, 1 errors, 47 skips
+# 16082 tests, 2239351 assertions, 0 failures, 1 errors, 50 skips
 # RuntimeError: Error in TestGem#test_self_install_in_rescue
 test:	$(TEST_32)
 

--
Gitblit v1.9.3