-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
## [Unreleased] | ||
|
||
- JRuby 9.4.10.0 is now available () | ||
|
||
## [v289] - 2025-01-17 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## JRuby version 9.4.10.0 is now available | ||
|
||
[JRuby v9.4.10.0](/articles/ruby-support-reference#ruby-versions) is now available on Heroku. To run | ||
your app using this version of Ruby, add the following `ruby` directive to your Gemfile: | ||
|
||
```ruby | ||
ruby "3.1.4", engine: "jruby", engine_version: "9.4.10.0" | ||
``` | ||
|
||
The JRuby release notes can be found on the [JRuby website](https://www.jruby.org/news). |