Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Feb 3, 2023
1 parent dd0b5a1 commit 470a868
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/bundler"
version = "0.7.3"
version = "0.7.4"

[[order.group]]
id = "paketo-buildpacks/bundle-install"
Expand Down Expand Up @@ -55,7 +55,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/puma"
version = "0.4.14"
version = "0.4.15"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -85,7 +85,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/bundler"
version = "0.7.3"
version = "0.7.4"

[[order.group]]
id = "paketo-buildpacks/bundle-install"
Expand Down Expand Up @@ -143,7 +143,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/bundler"
version = "0.7.3"
version = "0.7.4"

[[order.group]]
id = "paketo-buildpacks/bundle-install"
Expand Down Expand Up @@ -201,7 +201,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/bundler"
version = "0.7.3"
version = "0.7.4"

[[order.group]]
id = "paketo-buildpacks/bundle-install"
Expand Down Expand Up @@ -259,7 +259,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/bundler"
version = "0.7.3"
version = "0.7.4"

[[order.group]]
id = "paketo-buildpacks/bundle-install"
Expand Down Expand Up @@ -318,7 +318,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/bundler"
optional = true
version = "0.7.3"
version = "0.7.4"

[[order.group]]
id = "paketo-buildpacks/bundle-install"
Expand Down
4 changes: 2 additions & 2 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/bundle-install@0.6.3"

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

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/image-labels@4.3.0"
Expand All @@ -24,7 +24,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/procfile@5.5.0"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/puma@0.4.14"
uri = "urn:cnb:registry:paketo-buildpacks/puma@0.4.15"

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

0 comments on commit 470a868

Please sign in to comment.