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+ ## [ v304] - 2025-04-28
7+
58- Fix ` cp --update=none ` on ` heroku-20 ` (https://github.com/heroku/heroku-buildpack-ruby/pull/1586 )
69
710## [ v303] - 2025-04-25
@@ -1682,7 +1685,8 @@ Bugfixes:
16821685* Change gem detection to use lockfile parser
16831686* use ` $RACK_ENV ` when thin is detected for rack apps
16841687
1685- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v303...main
1688+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v304...main
1689+ [ v304 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304
16861690[ v303 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v302...v303
16871691[ v302 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v301...v302
16881692[ v301 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v300...v301
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v303 "
5+ BUILDPACK_VERSION = "v304 "
66 end
77end
You can’t perform that action at this time.
0 commit comments