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

Update tutorials #55

Merged
merged 1 commit into from
Nov 18, 2024
Merged
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
14 changes: 7 additions & 7 deletions docs/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ $ pack builder inspect heroku/builder:24 | grep Buildpacks: -m1 -A10
Buildpacks:
ID NAME VERSION HOMEPAGE
heroku/deb-packages Heroku .deb Packages 0.0.2 https://github.com/heroku/buildpacks-deb-packages
heroku/dotnet Heroku .NET 0.1.4 https://github.com/heroku/buildpacks-dotnet
heroku/go Heroku Go 0.4.5 https://github.com/heroku/buildpacks-go
heroku/dotnet Heroku .NET 0.1.6 https://github.com/heroku/buildpacks-dotnet
heroku/go Heroku Go 0.4.6 https://github.com/heroku/buildpacks-go
heroku/gradle Heroku Gradle 6.0.3 https://github.com/heroku/buildpacks-jvm
heroku/java Heroku Java 6.0.3 https://github.com/heroku/buildpacks-jvm
heroku/jvm Heroku OpenJDK 6.0.3 https://github.com/heroku/buildpacks-jvm
heroku/maven Heroku Maven 6.0.3 https://github.com/heroku/buildpacks-jvm
heroku/nodejs Heroku Node.js 3.3.1 https://github.com/heroku/buildpacks-nodejs
heroku/nodejs-corepack Heroku Node.js Corepack 3.3.1 https://github.com/heroku/buildpacks-nodejs
heroku/nodejs Heroku Node.js 3.3.2 https://github.com/heroku/buildpacks-nodejs
heroku/nodejs-corepack Heroku Node.js Corepack 3.3.2 https://github.com/heroku/buildpacks-nodejs
```
<!-- STOP. This document is autogenerated. Do not manually modify. See the top of the doc for more details. -->

Expand Down Expand Up @@ -134,7 +134,7 @@ $ pack build my-image-name --path .
Image with name "my-image-name" not found
===> DETECTING
3 of 6 buildpacks participating
heroku/nodejs-engine 3.3.1
heroku/nodejs-engine 3.3.2
heroku/ruby 3.0.0
heroku/procfile 3.1.2
===> RESTORING
Expand Down Expand Up @@ -251,7 +251,7 @@ When you run `pack build` with a builder, each buildpack runs a detection script
```
===> DETECTING
3 of 6 buildpacks participating
heroku/nodejs-engine 3.3.1
heroku/nodejs-engine 3.3.2
heroku/ruby 3.0.0
heroku/procfile 3.1.2
===> RESTORING
Expand Down Expand Up @@ -443,7 +443,7 @@ $ pack build my-image-name --path .
Image with name "my-image-name" not found
===> DETECTING
heroku/python 0.19.1
heroku/nodejs-engine 3.3.1
heroku/nodejs-engine 3.3.2
heroku/ruby 3.0.0
heroku/procfile 3.1.2
===> RESTORING
Expand Down