summaryrefslogtreecommitdiff
path: root/ext/ripper/README
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-06-02 21:39:05 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-06-03 10:34:24 +0900
commit7b803eafa2a52f9f260fb9b1de102a7c6f66aef2 (patch)
tree4fe87c46612dfba10ea6fb4654b47fd475c048d9 /ext/ripper/README
parentbebd05fb51ea65bc57344b67100748200f8311eb (diff)
Ripper does not depend on Bison [ci skip]
It also uses Lrama then no dependency on Bison.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7896
Diffstat (limited to 'ext/ripper/README')
-rw-r--r--ext/ripper/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ripper/README b/ext/ripper/README
index 2ae2470e13..70fa208920 100644
--- a/ext/ripper/README
+++ b/ext/ripper/README
@@ -13,7 +13,6 @@ Requirements
------------
* ruby 1.9 (support CVS HEAD only)
- * bison 1.28 or later (Other yaccs do not work)
Usage
-----