Skip to content

Commit 71c3aea

Browse files
Update heroku/buildpacks-ruby to v6.0.0 (#674)
## heroku/ruby ### Changed - Gem install behavior and configuration ([#402](heroku/buildpacks-ruby#402)) - Gem install path is now configured with `GEM_HOME` and `GEM_PATH` instead of `BUNDLE_PATH`. - Cleaning gems is now accomplished via running `bundle clean --force`. Previously it was accomplished by setting `BUNDLE_CLEAN=1`. - The `BUNDLE_DEPLOYMENT=1` environment variable is changed to `BUNDLE_FROZEN=1`. - The `BUNDLE_BIN` environment variable is no longer set. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 1ef5562 commit 71c3aea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

builder-20/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ version = "0.20.6"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
50-
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:cac24ba470c16cb0a153801f2b15ffebf77995a346f404767519174061aac78d"
50+
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:f5a251145bc50c2ed7add82ff37536389e8c7f5a1bc5e598f22cc3c15e862f19"
5151

5252
[[buildpacks]]
5353
id = "heroku/scala"
@@ -80,7 +80,7 @@ version = "0.20.6"
8080
optional = true
8181
[[order.group]]
8282
id = "heroku/ruby"
83-
version = "5.1.0"
83+
version = "6.0.0"
8484
[[order.group]]
8585
id = "heroku/procfile"
8686
version = "4.1.0"

builder-22/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ version = "0.20.6"
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
54-
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:cac24ba470c16cb0a153801f2b15ffebf77995a346f404767519174061aac78d"
54+
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:f5a251145bc50c2ed7add82ff37536389e8c7f5a1bc5e598f22cc3c15e862f19"
5555

5656
[[buildpacks]]
5757
id = "heroku/scala"
@@ -89,7 +89,7 @@ version = "0.20.6"
8989
optional = true
9090
[[order.group]]
9191
id = "heroku/ruby"
92-
version = "5.1.0"
92+
version = "6.0.0"
9393
[[order.group]]
9494
id = "heroku/procfile"
9595
version = "4.1.0"

builder-24/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
54-
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:cac24ba470c16cb0a153801f2b15ffebf77995a346f404767519174061aac78d"
54+
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:f5a251145bc50c2ed7add82ff37536389e8c7f5a1bc5e598f22cc3c15e862f19"
5555

5656
[[buildpacks]]
5757
id = "heroku/scala"
@@ -89,7 +89,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
8989
optional = true
9090
[[order.group]]
9191
id = "heroku/ruby"
92-
version = "5.1.0"
92+
version = "6.0.0"
9393
[[order.group]]
9494
id = "heroku/procfile"
9595
version = "4.1.0"

0 commit comments

Comments
 (0)