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+ ## [ v301] - 2025-04-14
7+
58- Observe ` .ruby-version ` formats (https://github.com/heroku/heroku-buildpack-ruby/pull/1576 )
69
710## [ v300] - 2025-04-14
@@ -1668,7 +1671,8 @@ Bugfixes:
16681671* Change gem detection to use lockfile parser
16691672* use ` $RACK_ENV ` when thin is detected for rack apps
16701673
1671- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v300...main
1674+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v301...main
1675+ [ v301 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v300...v301
16721676[ v300 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v299...v300
16731677[ v299 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v298...v299
16741678[ v298 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v297...v298
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v300 "
5+ BUILDPACK_VERSION = "v301 "
66 end
77end
You can’t perform that action at this time.
0 commit comments