+
[source,shell]
....
$ echo 'export GEM_PATH="/usr/local/lib/ruby/gems/3.1.0"' >> ~/.zshrc
$ echo 'export GEM_PATH="$(gem environment gemdir)"' >> ~/.zshrc
$ echo 'export PATH="$(brew --prefix ruby)/bin:$PATH"' >> ~/.zshrc
$ source ~/.zshrc
$ bmake run LOCALBASE=/usr USE_RUBYGEMS=YES
$ bmake run LOCALBASE=/opt/homebrew USE_RUBYGEMS=YES
. Add all the files with `git add .`, then review the diff with `git diff`. For example:
-