Add support for Ruby 2.1 (#71)

This commit is contained in:
Holger Just
2020-07-16 22:23:31 +02:00
committed by GitHub
parent 40bbc5ec66
commit 5a76bd6a5f
9 changed files with 22 additions and 16 deletions
+1
View File
@@ -3,6 +3,7 @@ versions = eval hash
by_minor = versions[:ruby].group_by { |v| v[/^\d\.\d/] }
p by_minor['2.1']
p by_minor['2.2']
p by_minor['2.3']