README.md in cute_print-1.2.0 vs README.md in cute_print-1.3.0

- old
+ new

@@ -182,17 +182,23 @@ require "cute_print/core" CutePrint.q {1 + 2} # 1 + 2 is 3 The "tap" methods are not available when using CutePrint this way. -## Rubies supported +## Ruby versions -This gem is known to work with these Rubies: +As of version 1.1.6, cute_print works with these versions of Ruby: -* ruby-1.9.3 -* ruby-2.0 -* ruby-2.1 -* ruby-2.2 +* ruby-2.5.0 +* ruby-2.4.3 +* ruby-2.3.6 +* ruby-2.2.9 + +For older versions of Ruby, use cute_print version 1.2.0, which works +with: + +* ruby-2.1.10 +* ruby-1.9.3 (tests pass but with warnings) ## Platforms supported This gem is developed and tested with Linux. It should work on Windows and OSX as well. If it does not work for you, please file an