diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-09 22:29:42 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-09 22:29:42 +0900 |
| commit | 20342714ea2d01687909aea3dbd2d43877e5a571 (patch) | |
| tree | a954bed0aba7957be1fcdcf1f9b97082e4c1cfac /doc | |
| parent | aa5b7fbd8091afea2c176ae1c402fb0ff34eca7e (diff) | |
| download | mruby-20342714ea2d01687909aea3dbd2d43877e5a571.tar.gz mruby-20342714ea2d01687909aea3dbd2d43877e5a571.zip | |
Upgrade supported Ruby version to 2.5.
Ruby 2.5 is the oldest maintained version.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guides/compile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md index a8e35b65c..1e5314b95 100644 --- a/doc/guides/compile.md +++ b/doc/guides/compile.md @@ -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 |
