Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[changelog skip] Update buildpack tests #1131

Merged
merged 1 commit into from
Feb 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-cli.git" },
{ "url": "https://github.com/heroku/heroku-buildpack-ruby#v211" }
{ "url": "heroku/ruby" }
]
}
}
Expand Down
2 changes: 2 additions & 0 deletions bin/support/download_ruby
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ cat<<EOF
This is most likely a temporary internal error. If the problem
persists, make sure that you are not running a custom or forked
version of the Heroku Ruby buildpack which may need updating.

url: $heroku_buildpack_ruby_url
EOF
exit 1
}
Expand Down
3 changes: 0 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ ruby_version = "2.6.6"
dir = "."
files = ["./.env"]
[[publish.Vendor]]
url = "https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/cedar-14/ruby-2.6.6.tgz"
dir = "vendor/ruby/cedar-14"
[[publish.Vendor]]
url = "https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/heroku-16/ruby-2.6.6.tgz"
dir = "vendor/ruby/heroku-16"
[[publish.Vendor]]
Expand Down