From bb6fe0bc69cb1858eaadecdfc39c2d181a934c8d Mon Sep 17 00:00:00 2001 From: Mike Tigas Date: Wed, 21 Sep 2016 18:35:38 -0400 Subject: [PATCH] Update README.md note jruby 9000 requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f13ddac..4e3bffdb 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Tabula has bindings for JRuby and R. If you end up writing bindings for another ## Running Tabula from source (for developers) 1. Download JRuby. You can install it from its website, or using tools like - `rvm` or `rbenv` + `rvm` or `rbenv`. Note that as of Tabula 1.1.0 (7875582becb2799b65586d5680782cafd399bb33), Tabula uses the JRuby 9000 series (i.e. JRuby 9.1.5.0). 2. Download Tabula and install the Ruby dependencies. (Note: if using `rvm` or `rbenv`, ensure that JRuby is being used.