Skip to content

Commit 7ceb62d

Browse files
Prepare release v295 (heroku#1562)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 6ebd76c commit 7ceb62d

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

33
## [Unreleased]
44

5+
6+
## [v295] - 2025-03-20
7+
58
- Explicit error message raised with upgrade instructions for applications specifying bundler `1.x` in the Gemfile.lock (https://github.com/heroku/heroku-buildpack-ruby/pull/1561)
69

710
## [v294] - 2025-03-19
@@ -1644,7 +1647,8 @@ Bugfixes:
16441647
* Change gem detection to use lockfile parser
16451648
* use `$RACK_ENV` when thin is detected for rack apps
16461649

1647-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v294...main
1650+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v295...main
1651+
[v295]: https://github.com/heroku/heroku-buildpack-ruby/compare/v294...v295
16481652
[v294]: https://github.com/heroku/heroku-buildpack-ruby/compare/v293...v294
16491653
[v293]: https://github.com/heroku/heroku-buildpack-ruby/compare/v292...v293
16501654
[v292]: https://github.com/heroku/heroku-buildpack-ruby/compare/v291...v292

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

0 commit comments

Comments
 (0)