File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+
6+ ## [ v320] - 2025-09-09
7+
58- Set ` export PUMA_PERSISTENT_TIMEOUT=95 ` to match recommended router 2.0 settings (https://github.com/heroku/heroku-buildpack-ruby/pull/1641 )
69
710## [ v319] - 2025-08-27
@@ -1755,7 +1758,8 @@ Bugfixes:
17551758* Change gem detection to use lockfile parser
17561759* use ` $RACK_ENV ` when thin is detected for rack apps
17571760
1758- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v319...main
1761+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v320...main
1762+ [ v320 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v319...v320
17591763[ v319 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v318...v319
17601764[ v318 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v317...v318
17611765[ v317 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v316...v317
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v319 "
5+ BUILDPACK_VERSION = "v320 "
66 end
77end
You can’t perform that action at this time.
0 commit comments