Skip to content

Commit ea73ddb

Browse files
headiuseregon
authored andcommitted
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. * jruby/jruby#7106 was resolved with JRuby 9.4.0.0. All prior versions are EOL. * jruby/jruby#7182 was determined to be a JDK issue and no longer occurs with more recent builds.
1 parent 4eb9f11 commit ea73ddb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ It is recommended to first get your build working on Ubuntu and macOS before try
257257
* The `PATH` contains [multiple compiler toolchains](https://github.com/ruby/setup-ruby/issues/19). Use `where.exe` to debug which tool is used.
258258
* For Ruby ≥ 2.4, MSYS2 is prepended to the `Path`, similar to what RubyInstaller2 does.
259259
* For Ruby < 2.4, the DevKit MSYS tools are installed and prepended to the `Path`.
260-
* Use JRuby 9.2.20+ on Windows (older versions have [bugs](https://github.com/ruby/setup-ruby/issues/18#issuecomment-889072695)).
261-
* 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)).
262260
* 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.
263261

264262
## Versioning

0 commit comments

Comments
 (0)