From 7e21bdc34c977ee52755c604f87bae457c48d47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 20 Apr 2022 13:55:31 +0200 Subject: [PATCH] Reword mention to JRuby bug to make it clear that it's now fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5615a10..937e7bf 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ It is recommended to first get your build working on Ubuntu and macOS before try * The `PATH` contains [multiple compiler toolchains](https://github.com/ruby/setup-ruby/issues/19). Use `where.exe` to debug which tool is used. * For Ruby ≥ 2.4, MSYS2 is prepended to the `Path`, similar to what RubyInstaller2 does. * For Ruby < 2.4, the DevKit MSYS tools are installed and prepended to the `Path`. -* JRuby on Windows has a known bug that `bundle exec rake` [fails](https://github.com/ruby/setup-ruby/issues/18). +* Use JRuby 9.2.20+ on Windows (older versions have [bugs](https://github.com/ruby/setup-ruby/issues/18#issuecomment-889072695)). ## Versioning