Skip to content

Commit

Permalink
Jruby 9.4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jan 23, 2025
1 parent 3ecf619 commit 5f13746
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

- JRuby 9.4.10.0 is now available ()

## [v289] - 2025-01-17

Expand Down
10 changes: 10 additions & 0 deletions changelogs/unreleased/jruby-9.4.10.0.md
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).

0 comments on commit 5f13746

Please sign in to comment.