Skip to content

Commit

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

### Fixed

- Executables from the applications `bin` directory will be placed on the path before dependencies installed via bundler ([#383](heroku/buildpacks-ruby#383))
- Binaries from user installed gems will be placed on the path before binaries that ship with Ruby ([#383](heroku/buildpacks-ruby#383))
  • Loading branch information
heroku-linguist[bot] committed Jan 14, 2025
1 parent a4c3f42 commit 956a4d8
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:4647996e0a8e7c37c79d0c1e0b9f049d1f23e5ac0be65e13adff95f33cea5efa"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:3cd1cae3138fe93051e101c5677b62eb0c675e739b132283b5b5b5c5add9c8aa"

[[buildpacks]]
id = "heroku/scala"
Expand Down Expand Up @@ -80,7 +80,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/ruby"
version = "5.0.0"
version = "5.0.1"
[[order.group]]
id = "heroku/procfile"
version = "3.2.0"
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:4647996e0a8e7c37c79d0c1e0b9f049d1f23e5ac0be65e13adff95f33cea5efa"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:3cd1cae3138fe93051e101c5677b62eb0c675e739b132283b5b5b5c5add9c8aa"

[[buildpacks]]
id = "heroku/scala"
Expand Down Expand Up @@ -89,7 +89,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/ruby"
version = "5.0.0"
version = "5.0.1"
[[order.group]]
id = "heroku/procfile"
version = "3.2.0"
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:4647996e0a8e7c37c79d0c1e0b9f049d1f23e5ac0be65e13adff95f33cea5efa"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:3cd1cae3138fe93051e101c5677b62eb0c675e739b132283b5b5b5c5add9c8aa"

[[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 = "5.0.0"
version = "5.0.1"
[[order.group]]
id = "heroku/procfile"
version = "3.2.0"
Expand Down

0 comments on commit 956a4d8

Please sign in to comment.