From daba76931c14a6c4a4b3a1c80a632ec44437c44e Mon Sep 17 00:00:00 2001 From: Mujtaba Al-Tameemi Date: Sat, 8 Jun 2019 00:26:30 +0300 Subject: [PATCH] Add support to Ruby version 2.6 --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index fecaa6cc..7fd8af78 100755 --- a/bin/install +++ b/bin/install @@ -86,7 +86,7 @@ EOF end def supported_ruby_versions - ['2.5', '2.4', '2.3', '2.2', '2.1', '2.0'] + ['2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0'] end # check ruby version, only version 2.x works