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+ ## [ v305] - 2025-04-28
7+
58- Fix ` cp --update=none ` warning ` heroku-22 ` (https://github.com/heroku/heroku-buildpack-ruby/pull/1588 )
69
710## [ v304] - 2025-04-28
@@ -1686,7 +1689,8 @@ Bugfixes:
16861689* Change gem detection to use lockfile parser
16871690* use ` $RACK_ENV ` when thin is detected for rack apps
16881691
1689- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v304...main
1692+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v305...main
1693+ [ v305 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v304...v305
16901694[ v304 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304
16911695[ v303 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v302...v303
16921696[ v302 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v301...v302
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v304 "
5+ BUILDPACK_VERSION = "v305 "
66 end
77end
You can’t perform that action at this time.
0 commit comments