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+ ## [ v317] - 2025-08-07
7+
8+ - JRuby 10.0.2.0 is now available
9+
10+
611## [ v316] - 2025-08-06
712
813- Explicitly error on end-of-life (EOL) stack ` heroku-20 ` (https://github.com/heroku/heroku-buildpack-ruby/pull/1629 )
@@ -1741,7 +1746,8 @@ Bugfixes:
17411746* Change gem detection to use lockfile parser
17421747* use ` $RACK_ENV ` when thin is detected for rack apps
17431748
1744- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v316...main
1749+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v317...main
1750+ [ v317 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v316...v317
17451751[ v316 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v315...v316
17461752[ v315 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v314...v315
17471753[ v314 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v313...v314
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v316 "
5+ BUILDPACK_VERSION = "v317 "
66 end
77end
You can’t perform that action at this time.
0 commit comments