File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## [ Unreleased]
44
55
6+ ## [ v321] - 2025-09-16
7+
8+ - Ruby 3.4.6 is now available
9+
10+
611## [ v320] - 2025-09-09
712
813- Set ` export PUMA_PERSISTENT_TIMEOUT=95 ` to match recommended router 2.0 settings (https://github.com/heroku/heroku-buildpack-ruby/pull/1641 )
@@ -1758,7 +1763,8 @@ Bugfixes:
17581763* Change gem detection to use lockfile parser
17591764* use ` $RACK_ENV ` when thin is detected for rack apps
17601765
1761- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v320...main
1766+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v321...main
1767+ [ v321 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v320...v321
17621768[ v320 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v319...v320
17631769[ v319 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v318...v319
17641770[ v318 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v317...v318
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v320 "
5+ BUILDPACK_VERSION = "v321 "
66 end
77end
You can’t perform that action at this time.
0 commit comments