From 1010e7cbacf176113421cf3b91acfe7ded884b59 Mon Sep 17 00:00:00 2001
From: "heroku-linguist[bot]"
 <136119646+heroku-linguist[bot]@users.noreply.github.com>
Date: Wed, 19 Mar 2025 18:33:38 +0000
Subject: [PATCH] Prepare release v7.0.0

## heroku/ruby

### Changed

- 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))

### 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](https://github.com/heroku/buildpacks-ruby/pull/404))
---
 buildpacks/ruby/CHANGELOG.md   | 5 ++++-
 buildpacks/ruby/buildpack.toml | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/buildpacks/ruby/CHANGELOG.md b/buildpacks/ruby/CHANGELOG.md
index a1755c15..5c4a040f 100644
--- a/buildpacks/ruby/CHANGELOG.md
+++ b/buildpacks/ruby/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [7.0.0] - 2025-03-19
+
 ### Changed
 
 - 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
 - Initial version of Ruby buildpack in Rust (https://github.com/heroku/buildpacks-ruby/pull/93)
 - 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.
 
-[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v6.0.0...HEAD
+[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v7.0.0...HEAD
+[7.0.0]: https://github.com/heroku/buildpacks-ruby/compare/v6.0.0...v7.0.0
 [6.0.0]: https://github.com/heroku/buildpacks-ruby/compare/v5.1.0...v6.0.0
 [5.1.0]: https://github.com/heroku/buildpacks-ruby/compare/v5.0.1...v5.1.0
 [5.0.1]: https://github.com/heroku/buildpacks-ruby/compare/v5.0.0...v5.0.1
diff --git a/buildpacks/ruby/buildpack.toml b/buildpacks/ruby/buildpack.toml
index d676a1b7..a8bc1497 100644
--- a/buildpacks/ruby/buildpack.toml
+++ b/buildpacks/ruby/buildpack.toml
@@ -2,7 +2,7 @@ api = "0.10"
 
 [buildpack]
 id = "heroku/ruby"
-version = "6.0.0"
+version = "7.0.0"
 name = "Heroku Ruby"
 homepage = "https://github.com/heroku/buildpacks-ruby"
 description = "Heroku's buildpack for Ruby applications."