Skip to content

Commit bde8123

Browse files
Prepare release v311 (heroku#1611)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent bec38d1 commit bde8123

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## [Unreleased]
44

55

6+
## [v311] - 2025-06-09
7+
8+
69
- Stream `bundle list` when `bundle install` emits no gem information. This condition happens when bundler 2.4+ runs with no gem additions or deletions (https://github.com/heroku/heroku-buildpack-ruby/pull/1610)
710

811
## [v310] - 2025-05-27
@@ -1713,7 +1716,8 @@ Bugfixes:
17131716
* Change gem detection to use lockfile parser
17141717
* use `$RACK_ENV` when thin is detected for rack apps
17151718

1716-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v310...main
1719+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v311...main
1720+
[v311]: https://github.com/heroku/heroku-buildpack-ruby/compare/v310...v311
17171721
[v310]: https://github.com/heroku/heroku-buildpack-ruby/compare/v309...v310
17181722
[v309]: https://github.com/heroku/heroku-buildpack-ruby/compare/v308...v309
17191723
[v308]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...v308

lib/language_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module LanguagePack
44
class LanguagePack::Base
5-
BUILDPACK_VERSION = "v310"
5+
BUILDPACK_VERSION = "v311"
66
end
77
end

0 commit comments

Comments
 (0)