Skip to content

Commit 40b7ac6

Browse files
authoredMar 19, 2025··
Prepare release v7.0.0 (#410)
## heroku/ruby ### Changed - Default Ruby version is now 3.3.7 and default bundler version is now 2.5.23 ([#408](#408)) ### Fixed - The `docker run` command no longer requires an entrypoint when using default processes provided by `heroku/ruby` directly (and not the `heroku/procfile` buildpack) ([#404](#404)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 4a15d5d commit 40b7ac6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎buildpacks/ruby/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.0.0] - 2025-03-19
11+
1012
### Changed
1113

1214
- Default Ruby version is now 3.3.7 and default bundler version is now 2.5.23 ([#408](https://github.com/heroku/buildpacks-ruby/pull/408))
@@ -118,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
118120
- Initial version of Ruby buildpack in Rust (https://github.com/heroku/buildpacks-ruby/pull/93)
119121
- Version 2.0.0 for the first release is not a typo. There was an issue in pack where a builder with the same name and version number would reuse artifacts left on image from [prior runs which caused issues](https://github.com/buildpacks/pack/issues/1322#issuecomment-1038241038). There were prior releases of `heroku/ruby` CNB from different sources that triggered this problem. To ensure no one would encounter that issue we developed and released using a version we know has not been used before. Version 2.0 was the first major version without a prior release of `heroku/ruby` CNB from any source.
120122

121-
[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v6.0.0...HEAD
123+
[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v7.0.0...HEAD
124+
[7.0.0]: https://github.com/heroku/buildpacks-ruby/compare/v6.0.0...v7.0.0
122125
[6.0.0]: https://github.com/heroku/buildpacks-ruby/compare/v5.1.0...v6.0.0
123126
[5.1.0]: https://github.com/heroku/buildpacks-ruby/compare/v5.0.1...v5.1.0
124127
[5.0.1]: https://github.com/heroku/buildpacks-ruby/compare/v5.0.0...v5.0.1

‎buildpacks/ruby/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/ruby"
5-
version = "6.0.0"
5+
version = "7.0.0"
66
name = "Heroku Ruby"
77
homepage = "https://github.com/heroku/buildpacks-ruby"
88
description = "Heroku's buildpack for Ruby applications."

0 commit comments

Comments
 (0)