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+ ## [ v309] - 2025-05-19
7+
58- Default Ruby version is now 3.3.8 (https://github.com/heroku/heroku-buildpack-ruby/pull/1595 )
69
710## [ v308] - 2025-05-15
@@ -1704,7 +1707,8 @@ Bugfixes:
17041707* Change gem detection to use lockfile parser
17051708* use ` $RACK_ENV ` when thin is detected for rack apps
17061709
1707- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v308...main
1710+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v309...main
1711+ [ v309 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v308...v309
17081712[ v308 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v307...v308
17091713[ v307 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v306...v307
17101714[ v306 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v305...v306
File renamed without changes.
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v308 "
5+ BUILDPACK_VERSION = "v309 "
66 end
77end
You can’t perform that action at this time.
0 commit comments