Skip to content

Commit 43955c4

Browse files
Update tutorials (#52)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent a470b43 commit 43955c4

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

docs/ruby/README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ You can view the contents of a builder via the command `pack builder inspect`. F
6161
```
6262
$ pack builder inspect heroku/builder:24 | grep Buildpacks: -m1 -A10
6363
Buildpacks:
64-
ID NAME VERSION HOMEPAGE
65-
heroku/dotnet Heroku .NET 0.1.4 https://github.com/heroku/buildpacks-dotnet
66-
heroku/go Heroku Go 0.4.5 https://github.com/heroku/buildpacks-go
67-
heroku/gradle Heroku Gradle 6.0.3 https://github.com/heroku/buildpacks-jvm
68-
heroku/java Heroku Java 6.0.3 https://github.com/heroku/buildpacks-jvm
69-
heroku/jvm Heroku OpenJDK 6.0.3 https://github.com/heroku/buildpacks-jvm
70-
heroku/maven Heroku Maven 6.0.3 https://github.com/heroku/buildpacks-jvm
71-
heroku/nodejs Heroku Node.js 3.2.15 https://github.com/heroku/buildpacks-nodejs
72-
heroku/nodejs-corepack Heroku Node.js Corepack 3.2.15 https://github.com/heroku/buildpacks-nodejs
73-
heroku/nodejs-engine Heroku Node.js Engine 3.2.15 https://github.com/heroku/buildpacks-nodejs
64+
ID NAME VERSION HOMEPAGE
65+
heroku/deb-packages Heroku .deb Packages Buildpack 0.0.1 https://github.com/heroku/buildpacks-deb-packages
66+
heroku/dotnet Heroku .NET 0.1.4 https://github.com/heroku/buildpacks-dotnet
67+
heroku/go Heroku Go 0.4.5 https://github.com/heroku/buildpacks-go
68+
heroku/gradle Heroku Gradle 6.0.3 https://github.com/heroku/buildpacks-jvm
69+
heroku/java Heroku Java 6.0.3 https://github.com/heroku/buildpacks-jvm
70+
heroku/jvm Heroku OpenJDK 6.0.3 https://github.com/heroku/buildpacks-jvm
71+
heroku/maven Heroku Maven 6.0.3 https://github.com/heroku/buildpacks-jvm
72+
heroku/nodejs Heroku Node.js 3.3.0 https://github.com/heroku/buildpacks-nodejs
73+
heroku/nodejs-corepack Heroku Node.js Corepack 3.3.0 https://github.com/heroku/buildpacks-nodejs
7474
```
7575
<!-- STOP. This document is autogenerated. Do not manually modify. See the top of the doc for more details. -->
7676

@@ -133,8 +133,8 @@ $ pack build my-image-name --path .
133133
===> ANALYZING
134134
Image with name "my-image-name" not found
135135
===> DETECTING
136-
3 of 5 buildpacks participating
137-
heroku/nodejs-engine 3.2.15
136+
3 of 6 buildpacks participating
137+
heroku/nodejs-engine 3.3.0
138138
heroku/ruby 3.0.0
139139
heroku/procfile 3.1.2
140140
===> RESTORING
@@ -144,14 +144,14 @@ Skipping buildpack layer analysis
144144
[Heroku Node.js Engine Buildpack]
145145
146146
[Checking Node.js version]
147-
Node.js version not specified, using 20.x
148-
Resolved Node.js version: 20.18.0
147+
Node.js version not specified, using 22.x
148+
Resolved Node.js version: 22.11.0
149149
150150
[Installing Node.js distribution]
151-
Downloading Node.js 20.18.0 (linux-amd64) from https://nodejs.org/download/release/v20.18.0/node-v20.18.0-linux-x64.tar.gz
151+
Downloading Node.js 22.11.0 (linux-amd64) from https://nodejs.org/download/release/v22.11.0/node-v22.11.0-linux-x64.tar.gz
152152
Verifying checksum
153-
Extracting Node.js 20.18.0 (linux-amd64)
154-
Installing Node.js 20.18.0 (linux-amd64)
153+
Extracting Node.js 22.11.0 (linux-amd64)
154+
Installing Node.js 22.11.0 (linux-amd64)
155155
Installing application metrics scripts
156156
157157
# Heroku Ruby Buildpack
@@ -250,8 +250,8 @@ When you run `pack build` with a builder, each buildpack runs a detection script
250250

251251
```
252252
===> DETECTING
253-
3 of 5 buildpacks participating
254-
heroku/nodejs-engine 3.2.15
253+
3 of 6 buildpacks participating
254+
heroku/nodejs-engine 3.3.0
255255
heroku/ruby 3.0.0
256256
heroku/procfile 3.1.2
257257
===> RESTORING
@@ -443,7 +443,7 @@ $ pack build my-image-name --path .
443443
Image with name "my-image-name" not found
444444
===> DETECTING
445445
heroku/python 0.19.0
446-
heroku/nodejs-engine 3.2.15
446+
heroku/nodejs-engine 3.3.0
447447
heroku/ruby 3.0.0
448448
heroku/procfile 3.1.2
449449
===> RESTORING
@@ -468,14 +468,14 @@ Running 'pip install -r requirements.txt'
468468
[Heroku Node.js Engine Buildpack]
469469
470470
[Checking Node.js version]
471-
Node.js version not specified, using 20.x
472-
Resolved Node.js version: 20.18.0
471+
Node.js version not specified, using 22.x
472+
Resolved Node.js version: 22.11.0
473473
474474
[Installing Node.js distribution]
475-
Downloading Node.js 20.18.0 (linux-amd64) from https://nodejs.org/download/release/v20.18.0/node-v20.18.0-linux-x64.tar.gz
475+
Downloading Node.js 22.11.0 (linux-amd64) from https://nodejs.org/download/release/v22.11.0/node-v22.11.0-linux-x64.tar.gz
476476
Verifying checksum
477-
Extracting Node.js 20.18.0 (linux-amd64)
478-
Installing Node.js 20.18.0 (linux-amd64)
477+
Extracting Node.js 22.11.0 (linux-amd64)
478+
Installing Node.js 22.11.0 (linux-amd64)
479479
Installing application metrics scripts
480480
481481
# Heroku Ruby Buildpack

0 commit comments

Comments
 (0)