README.md in unicode-scripts-1.2.0 vs README.md in unicode-scripts-1.2.1

- old
+ new

@@ -2,10 +2,12 @@ Retrieve the [Unicode script(s)](https://en.wikipedia.org/wiki/Script_%28Unicode%29) a string belongs to. Can also return the *Script_Extension* property which is defined as characters which are "commonly used with more than one script, but with a limited number of scripts". Unicode version: **10.0.0** -Supported Rubies: **2.4**, **2.3**, **2.2**, **2.1** +Supported Rubies: **2.5**, **2.4**, **2.3** + +Old Rubies that might still work: **2.2**, **2.1**, **2.0** ## Gemfile ```ruby gem "unicode-scripts"