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+ ## [ v318] - 2025-08-11
7+
58- Fix ` heroku_buildpack_ruby_dir: unbound variable ` warning (https://github.com/heroku/heroku-buildpack-ruby/pull/1632 )
69
710## [ v317] - 2025-08-07
@@ -1747,7 +1750,8 @@ Bugfixes:
17471750* Change gem detection to use lockfile parser
17481751* use ` $RACK_ENV ` when thin is detected for rack apps
17491752
1750- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v317...main
1753+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v318...main
1754+ [ v318 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v317...v318
17511755[ v317 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v316...v317
17521756[ v316 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v315...v316
17531757[ v315 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v314...v315
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v317 "
5+ BUILDPACK_VERSION = "v318 "
66 end
77end
You can’t perform that action at this time.
0 commit comments