forked from hone/heroku-buildpack-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildpack.toml
44 lines (34 loc) · 809 Bytes
/
buildpack.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
api = "0.2"
[buildpack]
id = "heroku/ruby"
version = "0.1.4"
name = "Ruby"
homepage = "https://github.com/heroku/heroku-buildpack-ruby"
ruby_version = "3.1.4"
[publish]
[publish.Ignore]
files = [
"changelogs/",
"spec/",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"app.json",
"hatchet.json",
"hatchet.lock",
"package.toml",
]
[[publish.Vendor]]
url = "https://heroku-buildpack-ruby.s3.us-east-1.amazonaws.com/heroku-20/ruby-3.1.4.tgz"
dir = "vendor/ruby/heroku-20"
[[publish.Vendor]]
url = "https://heroku-buildpack-ruby.s3.us-east-1.amazonaws.com/heroku-22/ruby-3.1.4.tgz"
dir = "vendor/ruby/heroku-22"
[[stacks]]
id = "heroku-20"
[[stacks]]
id = "heroku-22"
[metadata]
[metadata.release]
[metadata.release.docker]
repository = "public.ecr.aws/heroku-buildpacks/heroku-ruby-buildpack"