From ec79d38cf38d9a391c058f7222fde45084183ed7 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:31:35 +0000 Subject: [PATCH] Update tutorials (#64) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- docs/ruby/README.md | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/ruby/README.md b/docs/ruby/README.md index 10cdb71..ed810b3 100644 --- a/docs/ruby/README.md +++ b/docs/ruby/README.md @@ -64,13 +64,13 @@ Buildpacks: ID NAME VERSION HOMEPAGE heroku/deb-packages Heroku .deb Packages 0.0.3 https://github.com/heroku/buildpacks-deb-packages heroku/dotnet Heroku .NET 0.1.9 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.4 https://github.com/heroku/buildpacks-nodejs - heroku/nodejs-corepack Heroku Node.js Corepack 3.3.4 https://github.com/heroku/buildpacks-nodejs + heroku/go Heroku Go 0.5.0 https://github.com/heroku/buildpacks-go + heroku/gradle Heroku Gradle 6.0.4 https://github.com/heroku/buildpacks-jvm + heroku/java Heroku Java 6.0.4 https://github.com/heroku/buildpacks-jvm + heroku/jvm Heroku OpenJDK 6.0.4 https://github.com/heroku/buildpacks-jvm + heroku/maven Heroku Maven 6.0.4 https://github.com/heroku/buildpacks-jvm + heroku/nodejs Heroku Node.js 3.4.0 https://github.com/heroku/buildpacks-nodejs + heroku/nodejs-corepack Heroku Node.js Corepack 3.4.0 https://github.com/heroku/buildpacks-nodejs ``` @@ -134,8 +134,8 @@ $ 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.4 -heroku/ruby 3.0.0 +heroku/nodejs-engine 3.4.0 +heroku/ruby 4.0.1 heroku/procfile 3.1.2 ===> RESTORING Skipping buildpack layer analysis @@ -154,7 +154,7 @@ Extracting Node.js 22.12.0 (linux-amd64) Installing Node.js 22.12.0 (linux-amd64) Installing application metrics scripts -# Heroku Ruby Buildpack +## Heroku Ruby Buildpack - Metrics agent - Skipping install (`barnes` gem not found) @@ -162,14 +162,14 @@ Installing application metrics scripts - Installing ... - Bundler version `2.5.9` from `Gemfile.lock` - Running `gem install bundler --version 2.5.9` ... -- Bundle install +- Bundle install gems - Running `BUNDLE_BIN="/layers/heroku_ruby/gems/bin" BUNDLE_CLEAN="1" BUNDLE_DEPLOYMENT="1" BUNDLE_GEMFILE="/workspace/Gemfile" BUNDLE_PATH="/layers/heroku_ruby/gems" BUNDLE_WITHOUT="development:test" bundle install` Gems in the groups 'development' and 'test' were not installed. Bundled gems are installed into `/layers/heroku_ruby/gems` - + - Done -- Setting default processes +- Default process detection - Running `bundle list` ... - Detected rails app (`rails` gem found) - Rake assets install @@ -189,7 +189,7 @@ Installing application metrics scripts ** Invoke assets:clean (first_time) ** Invoke assets:environment ** Execute assets:clean - + - Done - Storing cache for /workspace/public/assets - Storing cache for /workspace/tmp/cache/assets @@ -251,8 +251,8 @@ 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.4 -heroku/ruby 3.0.0 +heroku/nodejs-engine 3.4.0 +heroku/ruby 4.0.1 heroku/procfile 3.1.2 ===> RESTORING ``` @@ -442,21 +442,21 @@ $ pack build my-image-name --path . ===> ANALYZING Image with name "my-image-name" not found ===> DETECTING -heroku/python 0.19.2 -heroku/nodejs-engine 3.3.4 -heroku/ruby 3.0.0 +heroku/python 0.20.1 +heroku/nodejs-engine 3.4.0 +heroku/ruby 4.0.1 heroku/procfile 3.1.2 ===> RESTORING Skipping buildpack layer analysis ===> BUILDING [Determining Python version] -No Python version specified, using the current default of Python 3.12. +No Python version specified, using the current default of Python 3.13. We recommend setting an explicit version. In the root of your app create -a '.python-version' file, containing a Python version like '3.12'. +a '.python-version' file, containing a Python version like '3.13'. [Installing Python] -Installing Python 3.12.8 +Installing Python 3.13.1 [Installing pip] Installing pip 24.3.1 @@ -478,7 +478,7 @@ Extracting Node.js 22.12.0 (linux-amd64) Installing Node.js 22.12.0 (linux-amd64) Installing application metrics scripts -# Heroku Ruby Buildpack +## Heroku Ruby Buildpack - Metrics agent - Skipping install (`barnes` gem not found) @@ -486,14 +486,14 @@ Installing application metrics scripts - Installing ... - Bundler version `2.5.9` from `Gemfile.lock` - Running `gem install bundler --version 2.5.9` ... -- Bundle install +- Bundle install gems - Running `BUNDLE_BIN="/layers/heroku_ruby/gems/bin" BUNDLE_CLEAN="1" BUNDLE_DEPLOYMENT="1" BUNDLE_GEMFILE="/workspace/Gemfile" BUNDLE_PATH="/layers/heroku_ruby/gems" BUNDLE_WITHOUT="development:test" bundle install` Gems in the groups 'development' and 'test' were not installed. Bundled gems are installed into `/layers/heroku_ruby/gems` - + - Done -- Setting default processes +- Default process detection - Running `bundle list` ... - Detected rails app (`rails` gem found) - Rake assets install @@ -513,7 +513,7 @@ Installing application metrics scripts ** Invoke assets:clean (first_time) ** Invoke assets:environment ** Execute assets:clean - + - Done - Storing cache for /workspace/public/assets - Storing cache for /workspace/tmp/cache/assets