diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-01-28 01:05:14 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-01-28 01:05:14 -0700 |
| commit | 108e3d0d1bfeee2d7a01927aee51e98e898f211e (patch) | |
| tree | 5d4cb77db10a8a6d879425123428d697655e14a3 /README.adoc | |
| parent | ebe09005c8d2a3ac22f0de1cc38f2424663f59d8 (diff) | |
add Ruby 2.1 to list of supported platforms
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 1ec90f64..b5da9fb1 100644 --- a/README.adoc +++ b/README.adoc @@ -69,8 +69,9 @@ Asciidoctor requires one of the following implementations of Ruby: * Ruby 1.8.7 * Ruby 1.9.3 -* Ruby 2.0.0 -* JRuby 1.7.5 (Ruby 1.8 and 1.9 modes) +* Ruby 2.0 +* Ruby 2.1 +* JRuby 1.7 (Ruby 1.8 and 1.9 modes) * Rubinius 2.1.1 * Opal (JavaScript) |
