Skip to content

Commit

Permalink
Jruby 9.3.15.0 (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Jun 28, 2024
1 parent d7dc572 commit f2dae74
Show file tree
Hide file tree
Showing 2 changed files with 19 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.3.15.0 is now available (https://github.com/heroku/heroku-buildpack-ruby/pull/1476)

## [v273] - 2024-06-26

Expand Down
18 changes: 18 additions & 0 deletions changelogs/unreleased/jruby_93150.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## JRuby version 9.3.15.0 is now available

[JRuby v9.3.15.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 "2.6.8", engine: "jruby", engine_version: "9.3.15.0"
```

The JRuby release notes can be found on the [JRuby website](https://www.jruby.org/news).

<!--
https://devcenter.heroku.com/admin/articles/698/edit
* `9.3.15.0`, Ruby Versions: [`2.6.8`]
-->

0 comments on commit f2dae74

Please sign in to comment.