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+ ## [ v302] - 2025-04-16
7+
8+ - Ruby 3.3.8 is now available
9+
10+
611## [ v301] - 2025-04-14
712
813- Observe ` .ruby-version ` formats (https://github.com/heroku/heroku-buildpack-ruby/pull/1576 )
@@ -1671,7 +1676,8 @@ Bugfixes:
16711676* Change gem detection to use lockfile parser
16721677* use ` $RACK_ENV ` when thin is detected for rack apps
16731678
1674- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v301...main
1679+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v302...main
1680+ [ v302 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v301...v302
16751681[ v301 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v300...v301
16761682[ v300 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v299...v300
16771683[ v299 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v298...v299
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v301 "
5+ BUILDPACK_VERSION = "v302 "
66 end
77end
You can’t perform that action at this time.
0 commit comments