Skip to content

Commit

Permalink
Update heroku/buildpacks-ruby to v5.0.0 (#625)
Browse files Browse the repository at this point in the history
## heroku/ruby

### Changed

- Default Ruby version is now 3.2.6 ([#374](heroku/buildpacks-ruby#374))
- Default Bundler version is now 2.5.6 ([#374](heroku/buildpacks-ruby#374))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Dec 17, 2024
1 parent 3a73676 commit e4238e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ version = "0.20.5"

[[buildpacks]]
id = "heroku/ruby"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:636daa054da47cc01c4413aa03d902f888ac08198e90742ba2662262d772a67a"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:4647996e0a8e7c37c79d0c1e0b9f049d1f23e5ac0be65e13adff95f33cea5efa"

[[buildpacks]]
id = "heroku/scala"
Expand Down Expand Up @@ -80,7 +80,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/ruby"
version = "4.0.2"
version = "5.0.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ version = "0.20.5"

[[buildpacks]]
id = "heroku/ruby"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:636daa054da47cc01c4413aa03d902f888ac08198e90742ba2662262d772a67a"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:4647996e0a8e7c37c79d0c1e0b9f049d1f23e5ac0be65e13adff95f33cea5efa"

[[buildpacks]]
id = "heroku/scala"
Expand Down Expand Up @@ -89,7 +89,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/ruby"
version = "4.0.2"
version = "5.0.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/ruby"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:636daa054da47cc01c4413aa03d902f888ac08198e90742ba2662262d772a67a"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:4647996e0a8e7c37c79d0c1e0b9f049d1f23e5ac0be65e13adff95f33cea5efa"

[[buildpacks]]
id = "heroku/scala"
Expand Down Expand Up @@ -89,7 +89,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
optional = true
[[order.group]]
id = "heroku/ruby"
version = "4.0.2"
version = "5.0.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit e4238e1

Please sign in to comment.