Skip to content

Commit

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

### Fixed

- A bug introduced in 4.0.0 would result in incorrectly skipping running `bundle install` when the `Gemfile` or `Gemfile.lock` or environment variables had changed. The bug is now fixed. ([#364](heroku/buildpacks-ruby#364))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Dec 11, 2024
1 parent b9eb4f0 commit 3a5c31d
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:e6384731499c46ea44a8854bb8bedb62eec70e896bec20da203c038f718d5380"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:8d80f5d08664e1d0558e8e964c3e14c1fca7195548f2462e3fe32c354bc9ded3"

[[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.0"
version = "4.0.1"
[[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:e6384731499c46ea44a8854bb8bedb62eec70e896bec20da203c038f718d5380"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:8d80f5d08664e1d0558e8e964c3e14c1fca7195548f2462e3fe32c354bc9ded3"

[[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.0"
version = "4.0.1"
[[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:e6384731499c46ea44a8854bb8bedb62eec70e896bec20da203c038f718d5380"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:8d80f5d08664e1d0558e8e964c3e14c1fca7195548f2462e3fe32c354bc9ded3"

[[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.0"
version = "4.0.1"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit 3a5c31d

Please sign in to comment.