Skip to content

Commit

Permalink
Prepare release v288 (#1536)
Browse files Browse the repository at this point in the history
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Jan 6, 2025
1 parent 4fa49f5 commit f56b1f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [v288] - 2025-01-06

- Ruby apps using bundler 2.6+ will now receive bundler 2.6.2 (https://github.com/heroku/heroku-buildpack-ruby/pull/1535)
- Ruby apps using bundler 2.5.x will now receive bundler 2.5.23 (https://github.com/heroku/heroku-buildpack-ruby/pull/1535)

Expand Down Expand Up @@ -1613,7 +1616,8 @@ Bugfixes:
* Change gem detection to use lockfile parser
* use `$RACK_ENV` when thin is detected for rack apps

[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v287...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v288...main
[v288]: https://github.com/heroku/heroku-buildpack-ruby/compare/v287...v288
[v287]: https://github.com/heroku/heroku-buildpack-ruby/compare/v286...v287
[v286]: https://github.com/heroku/heroku-buildpack-ruby/compare/v285...v286
[v285]: https://github.com/heroku/heroku-buildpack-ruby/compare/v284...v285
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/language_pack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LanguagePack
class LanguagePack::Base
BUILDPACK_VERSION = "v287"
BUILDPACK_VERSION = "v288"
end
end

0 comments on commit f56b1f4

Please sign in to comment.