Skip to content

Commit

Permalink
Merge pull request #1 from ninech/add-enable-node
Browse files Browse the repository at this point in the history
enable node for ruby apps
  • Loading branch information
gajicdev authored Nov 22, 2023
2 parents 6569dc3 + ba8058b commit ed05182
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
25 changes: 25 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ api = "0.7"
optional = true
version = "3.0.1"

[[order.group]]
id = "ninech/buildpack-ruby-enable-node"
optional = true
version = "0.0.1"

[[order.group]]
id = "paketo-buildpacks/yarn"
optional = true
Expand Down Expand Up @@ -96,6 +101,11 @@ api = "0.7"
optional = true
version = "3.0.1"

[[order.group]]
id = "ninech/buildpack-ruby-enable-node"
optional = true
version = "0.0.1"

[[order.group]]
id = "paketo-buildpacks/yarn"
optional = true
Expand Down Expand Up @@ -154,6 +164,11 @@ api = "0.7"
optional = true
version = "3.0.1"

[[order.group]]
id = "ninech/buildpack-ruby-enable-node"
optional = true
version = "0.0.1"

[[order.group]]
id = "paketo-buildpacks/yarn"
optional = true
Expand Down Expand Up @@ -211,6 +226,11 @@ api = "0.7"
id = "paketo-buildpacks/node-engine"
optional = true
version = "3.0.1"

[[order.group]]
id = "ninech/buildpack-ruby-enable-node"
optional = true
version = "0.0.1"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -270,6 +290,11 @@ api = "0.7"
optional = true
version = "3.0.1"

[[order.group]]
id = "ninech/buildpack-ruby-enable-node"
optional = true
version = "0.0.1"

[[order.group]]
id = "paketo-buildpacks/yarn"
optional = true
Expand Down
3 changes: 3 additions & 0 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
[[dependencies]]
uri = "ghcr.io/ninech/buildpack-bundle-install:0.0.1"

[[dependencies]]
uri = "ghcr.io/ninech/buildpack-ruby-enable-node:0.0.1"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/bundler@0.7.26"

Expand Down

0 comments on commit ed05182

Please sign in to comment.