From 2f57e1c2e3f8f8aa00c5f8ebeaf0fe6030e06357 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 11 Mar 2026 14:16:51 -0500 Subject: [PATCH] Update README to remove JRuby version notes * JRuby 9.2.x has been EOL for a very long time, so there's no value in telling people to use a newer version. * https://github.com/jruby/jruby/issues/7106 was resolved with JRuby 9.4.0.0. All prior versions are EOL. * https://github.com/jruby/jruby/issues/7182 was determined to be a JDK issue and no longer occurs with more recent builds. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fd540909c..e949bb63b 100644 --- a/README.md +++ b/README.md @@ -257,8 +257,6 @@ 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`. -* Use JRuby 9.2.20+ on Windows (older versions have [bugs](https://github.com/ruby/setup-ruby/issues/18#issuecomment-889072695)). -* JRuby on Windows has multiple issues ([jruby/jruby#7106](https://github.com/jruby/jruby/issues/7106), [jruby/jruby#7182](https://github.com/jruby/jruby/issues/7182)). * When compiling extension code, note that the packages required to build Ruby are included when using Windows 2022. Additional packages can be installed with [setup-ruby-pkgs](https://github.com/ruby/setup-ruby-pkgs) or via MSYS2's `pacman`. These packages may be required when installing or updating Ruby stdlib extension gems. ## Versioning