Upgrade supported Ruby version to 2.5.

Ruby 2.5 is the oldest maintained version.
parent aa5b7fbd
......@@ -11,7 +11,7 @@ To compile mruby out of the source code you need the following tools:
* Linker (e.g. `gcc` or `clang`)
* Archive utility (e.g. `ar`)
* Parser generator (`bison`)
* Ruby 2.0 or later (e.g. `ruby` or `jruby`)
* Ruby 2.5 or later (e.g. `ruby` or `jruby`)
Note that `bison` bundled with MacOS is too old to compile `mruby`.
Try `brew install bison` and follow the instruction shown to update
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment