Skip to content

Commit

Permalink
Merge pull request #2 from ninech/bump-enable-node
Browse files Browse the repository at this point in the history
enable-node v0.0.2
  • Loading branch information
gajicdev authored Nov 29, 2023
2 parents ed05182 + 2cc849f commit 55e9d70
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ 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 @@ -77,6 +72,11 @@ api = "0.7"
optional = true
version = "4.5.5"

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

[[order]]

[[order.group]]
Expand All @@ -101,11 +101,6 @@ 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 @@ -140,6 +135,11 @@ api = "0.7"
optional = true
version = "4.5.5"

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

[[order]]

[[order.group]]
Expand All @@ -164,11 +164,6 @@ 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 @@ -203,6 +198,11 @@ api = "0.7"
optional = true
version = "4.5.5"

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

[[order]]

[[order.group]]
Expand All @@ -226,11 +226,6 @@ 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 @@ -266,6 +261,11 @@ api = "0.7"
optional = true
version = "4.5.5"

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

[[order]]

[[order.group]]
Expand All @@ -290,11 +290,6 @@ 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 @@ -329,6 +324,11 @@ api = "0.7"
optional = true
version = "4.5.5"

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

[[order]]

[[order.group]]
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
uri = "ghcr.io/ninech/buildpack-bundle-install:0.0.1"

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

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

0 comments on commit 55e9d70

Please sign in to comment.