diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-08-07 15:03:16 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-08-07 15:03:16 +0900 |
| commit | b8a87bd1115bc7f89e2e6caadb70d868d59b3a81 (patch) | |
| tree | 4c4779fb28e8aa4dcc4dadbcb4c60ed3bfcd80ae /doc | |
| parent | 2e73fe5ea1ef5cb6cb73be8a5b14c620378e2c27 (diff) | |
| download | mruby-b8a87bd1115bc7f89e2e6caadb70d868d59b3a81.tar.gz mruby-b8a87bd1115bc7f89e2e6caadb70d868d59b3a81.zip | |
Update required Ruby version to 2.0 or later.
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 b01e89ff2..4c8378946 100644 --- a/doc/guides/compile.md +++ b/doc/guides/compile.md @@ -10,7 +10,7 @@ To compile mruby out of the source code you need the following tools: * Linker (e.g. ```gcc```) * Archive utility (e.g. ```ar```) * Parser generator (e.g. ```bison```) -* Ruby 1.8 or 1.9 (e.g. ```ruby``` or ```jruby```) +* Ruby 2.0 or later (e.g. ```ruby``` or ```jruby```) Optional: * GIT (to update mruby source and integrate mrbgems easier) |
