Skip to content

Commit

Permalink
Release JRuby 9.4.4.0 (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Oct 23, 2023
1 parent 9b5dfe8 commit 101d41d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Main (unreleased)

## v260 (2023/10/23)

- JRuby 9.4.4.0 is now available

## v259 (2023/10/02)

- Ruby 3.3.0-preview2 is now available
Expand Down
10 changes: 10 additions & 0 deletions changelogs/v260/jruby-9.4.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## JRuby version 9.4.4.0 is now available

[JRuby v9.4.4.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.4.0"
```

The JRuby release notes can be found on the [JRuby website](https://www.jruby.org/news).
2 changes: 1 addition & 1 deletion lib/language_pack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LanguagePack
class LanguagePack::Base
BUILDPACK_VERSION = "v259"
BUILDPACK_VERSION = "v260"
end
end

0 comments on commit 101d41d

Please sign in to comment.