README.md in prawn-emoji-4.1.0 vs README.md in prawn-emoji-4.2.0

- old
+ new

@@ -39,10 +39,24 @@ ### Known Issues [prawn-emoji/issues](https://github.com/hidakatsuya/prawn-emoji/labels/known%20issue) +## Supported Versions + +### Emoji + +13.0 + +### Prawn + +2.2, 2.3, 2.4 + +### Ruby + +2.5, 2.6, 2.7, 3.0 + ## Installation Add this line to your application's Gemfile: ```ruby @@ -78,20 +92,9 @@ You can override it with [unicode-emoji's Regex](https://github.com/janlelis/unicode-emoji#regex): ```ruby Prawn::Emoji.config.regex = ::Unicode::Emoji::REGEX_INCLUDE_TEXT ``` - - -## Supported Versions - -### Ruby - -2.5, 2.6, 2.7 - -### Prawn - -2.2, 2.3 ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/hidakatsuya/prawn-emoji.