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+ ## [ v303] - 2025-04-25
7+
8+ - Ruby 3.5.0-preview1 is now available
9+
510- Fix warning message about ` cp -n ` (https://github.com/heroku/heroku-buildpack-ruby/pull/1583 )
611
712## [ v302] - 2025-04-16
@@ -1677,7 +1682,8 @@ Bugfixes:
16771682* Change gem detection to use lockfile parser
16781683* use ` $RACK_ENV ` when thin is detected for rack apps
16791684
1680- [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v302...main
1685+ [ unreleased ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v303...main
1686+ [ v303 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v302...v303
16811687[ v302 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v301...v302
16821688[ v301 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v300...v301
16831689[ v300 ] : https://github.com/heroku/heroku-buildpack-ruby/compare/v299...v300
Original file line number Diff line number Diff line change 22
33module LanguagePack
44 class LanguagePack ::Base
5- BUILDPACK_VERSION = "v302 "
5+ BUILDPACK_VERSION = "v303 "
66 end
77end
You can’t perform that action at this time.
0 commit comments