diff --git a/changelogs/v261/jruby_9.4.5.0.md b/changelogs/v261/jruby_9.4.5.0.md index e69de29bb..df31b258c 100644 --- a/changelogs/v261/jruby_9.4.5.0.md +++ b/changelogs/v261/jruby_9.4.5.0.md @@ -0,0 +1,10 @@ +## JRuby version 9.4.5.0 is now available + +[JRuby v9.4.5.0](/articles/ruby-support#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.5.0" +``` + +The JRuby release notes can be found on the [JRuby website](https://www.jruby.org/news).