Skip to content

Commit 6774baa

Browse files
Add support for Ruby 2.6 to the install script
1 parent 7fdda95 commit 6774baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ EOF
8686
end
8787

8888
def supported_ruby_versions
89-
['2.5', '2.4', '2.3', '2.2', '2.1', '2.0']
89+
['2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0']
9090
end
9191

9292
# check ruby version, only version 2.x works

0 commit comments

Comments
 (0)