From 96b3e362d4268ee3308c8f5acba35f0b85fdd489 Mon Sep 17 00:00:00 2001 From: Schneems Date: Thu, 23 Jan 2025 08:32:11 -0600 Subject: [PATCH] Jruby 9.4.10.0 --- CHANGELOG.md | 1 + changelogs/unreleased/jruby-9.4.10.0.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 changelogs/unreleased/jruby-9.4.10.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c64b83c..f70f7ab90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +- JRuby 9.4.10.0 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1540) ## [v289] - 2025-01-17 diff --git a/changelogs/unreleased/jruby-9.4.10.0.md b/changelogs/unreleased/jruby-9.4.10.0.md new file mode 100644 index 000000000..2cfa8465b --- /dev/null +++ b/changelogs/unreleased/jruby-9.4.10.0.md @@ -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).