Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## [Unreleased]


## [v324] - 2025-10-09

- JRuby 9.4.14.0 is now available


## [v323] - 2025-10-08

- Ruby 3.4.7 is now available
Expand Down Expand Up @@ -1775,7 +1780,8 @@ Bugfixes:
* Change gem detection to use lockfile parser
* use `$RACK_ENV` when thin is detected for rack apps

[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v323...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v324...main
[v324]: https://github.com/heroku/heroku-buildpack-ruby/compare/v323...v324
[v323]: https://github.com/heroku/heroku-buildpack-ruby/compare/v322...v323
[v322]: https://github.com/heroku/heroku-buildpack-ruby/compare/v321...v322
[v321]: https://github.com/heroku/heroku-buildpack-ruby/compare/v320...v321
Expand Down
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 = "v323"
BUILDPACK_VERSION = "v324"
end
end