Skip to content

Commit

Permalink
Update buildpack for Ruby and JRuby binary release (heroku#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Feb 8, 2023
1 parent b4a9ceb commit 1beb207
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Main (unreleased)

## v252 (2023/02/08)

* Ruby 3.2.1 is now available
* JRuby 9.4.1.0 is now available

## v251 (2023/02/03)

* Jruby 9.3.10.0 is available
Expand Down
7 changes: 7 additions & 0 deletions changelogs/v252/jruby-9-4-1-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## JRuby 9.4.1.0 is now available

The following Ruby versions are now available on the Heroku platform:

- JRuby 9.4.1.0

You can see the latest versions on the [Ruby support page](https://devcenter.heroku.com/articles/ruby-support).
7 changes: 7 additions & 0 deletions changelogs/v252/ruby-3-2-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ruby version 3.2.1 is now available

The following Ruby versions are now available on the Heroku platform:

- Ruby 3.2.1

You can see the latest versions on the [Ruby support page](https://devcenter.heroku.com/articles/ruby-support).
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 = "v251"
BUILDPACK_VERSION = "v252"
end
end

0 comments on commit 1beb207

Please sign in to comment.