From 593031c8acfa421d516b75566ff762bbde26f6e4 Mon Sep 17 00:00:00 2001 From: Kohei Ota Date: Mon, 19 Nov 2018 17:21:19 +0900 Subject: [PATCH] Add 2.5 support on bin/update aswell --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index efcaafd6..1c9916ee 100755 --- a/bin/update +++ b/bin/update @@ -97,7 +97,7 @@ EOF end def supported_ruby_versions - ['2.4', '2.3', '2.2', '2.1', '2.0'] + ['2.5', '2.4', '2.3', '2.2', '2.1', '2.0'] end # check ruby version, only version 2.x works