File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+
6+ ## [ v316] - 2025-08-06
7+
58- Explicitly error on end-of-life (EOL) stack ` heroku-20 ` (https://github.com/heroku/heroku-buildpack-ruby/pull/1629 )
69- Default Ruby version is now 3.3.9 (https://github.com/heroku/heroku-buildpack-ruby/pull/1624 )
710
@@ -1738,7 +1741,8 @@ Bugfixes:
17381741* Change gem detection to use lockfile parser
17391742* use ` $RACK_ENV ` when thin is detected for rack apps
17401743
1741- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v315...main
1744+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v316...main
1745+ [ v316 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v315...v316
17421746[ v315 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v314...v315
17431747[ v314 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v313...v314
17441748[ v313 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v312...v313
File renamed without changes.
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v315 "
5+ BUILDPACK_VERSION = "v316 "
66 end
77end
You can’t perform that action at this time.
0 commit comments