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+ ## [ v326] - 2025-10-21
7+
58- Ruby apps using bundler 2.6.x will now receive bundler 2.6.9 (https://github.com/heroku/heroku-buildpack-ruby/pull/1651 )
69- Ruby apps using bundler 2.7.x will now receive bundler 2.7.2 (https://github.com/heroku/heroku-buildpack-ruby/pull/1651 )
710
@@ -1781,7 +1784,8 @@ Bugfixes:
17811784* Change gem detection to use lockfile parser
17821785* use ` $RACK_ENV ` when thin is detected for rack apps
17831786
1784- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v325...main
1787+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v326...main
1788+ [ v326 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v325...v326
17851789[ v325 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v324...v325
17861790[ v324 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v323...v324
17871791[ v323 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v322...v323
File renamed without changes.
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v325 "
5+ BUILDPACK_VERSION = "v326 "
66 end
77end
You can’t perform that action at this time.
0 commit comments