Local development uses Homebrew ruby@3.2 together with the helper scripts in bin/.
./bin/setup
./bin/build
./bin/serve./bin/setup installs gems into local/bundle, which is already ignored by Git. The build and serve scripts automatically use Homebrew Ruby 3.2, so they do not depend on the macOS system Ruby.