diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index dfe7e43..1ce5cd6 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -68,6 +68,7 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-darwin-20 x86_64-darwin-22 x86_64-linux diff --git a/scripts/build-website.sh b/scripts/build-website.sh index 395e432..05f9836 100755 --- a/scripts/build-website.sh +++ b/scripts/build-website.sh @@ -57,6 +57,10 @@ do esac done +# Report the Ruby version for script debugging. +ruby -v + +# Update the release notes. "$SCRIPTS_DIRECTORY/update-release-notes.sh" # Install the Jekyll dependencies.