README.md in ruby-next-0.1.0 vs README.md in ruby-next-0.1.1
- old
+ new
@@ -26,9 +26,11 @@
Thus, polyfills are only available in compatible runtimes (MRI, JRuby, TruffleRuby).
Language is responsible for **transpiling** edge Ruby syntax into older versions. It could be done
programmatically or via CLI. It also could be done in runtime.
+Currently, Ruby Next supports Ruby versions 2.5+ (including JRuby 9.2.8+).
+
## Using only polyfills
First, install a gem:
```ruby