Skip to content

Commit 9bd2f0e

Browse files
Prepare release v294 (heroku#1559)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent b43aab5 commit 9bd2f0e

4 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
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [v294] - 2025-03-19
7+
58
- Default Ruby version is now 3.3.7 (https://github.com/heroku/heroku-buildpack-ruby/pull/1534)
69
- Default bundler version (when no version present in the `Gemfile.lock`) is now bundler `2.3.x` which is currently `2.3.25` (https://github.com/heroku/heroku-buildpack-ruby/pull/1534)
710

@@ -1639,7 +1642,8 @@ Bugfixes:
16391642
* Change gem detection to use lockfile parser
16401643
* use `$RACK_ENV` when thin is detected for rack apps
16411644

1642-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v293...main
1645+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v294...main
1646+
[v294]: https://github.com/heroku/heroku-buildpack-ruby/compare/v293...v294
16431647
[v293]: https://github.com/heroku/heroku-buildpack-ruby/compare/v292...v293
16441648
[v292]: https://github.com/heroku/heroku-buildpack-ruby/compare/v291...v292
16451649
[v291]: https://github.com/heroku/heroku-buildpack-ruby/compare/v290...v291
File renamed without changes.

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 = "v293"
5+
BUILDPACK_VERSION = "v294"
66
end
77
end

0 commit comments

Comments
 (0)