Installing latest Ruby version on MacOS Sonoma

Determining how was Ruby Installed.

I have system Ruby:

% which -a ruby
/usr/bin/ruby
ruby -v
ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin23]

Installing Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password)...
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following existing directories will be made group writable:
/usr/local/bin
==> The following existing directories will have their owner set to admin:
/usr/local/bin
==> The following existing directories will have their group set to admin:
/usr/local/bin
==> The following new directories will be created:
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/sbin
/usr/local/share
/usr/local/var
/usr/local/opt
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var/homebrew
/usr/local/var/homebrew/linked
/usr/local/Cellar
/usr/local/Caskroom
/usr/local/Frameworks
Press RETURN/ENTER to continue or any other key to abort:
==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/bin
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin
==> /usr/bin/sudo /usr/sbin/chown admin /usr/local/bin
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin
==> /usr/bin/sudo /bin/mkdir -p /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks
==> /usr/bin/sudo /bin/chmod ug=rwx /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks
==> /usr/bin/sudo /bin/chmod go-w /usr/local/share/zsh /usr/local/share/zsh/site-functions
==> /usr/bin/sudo /usr/sbin/chown admin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks
==> /usr/bin/sudo /bin/mkdir -p /usr/local/Homebrew
==> /usr/bin/sudo /usr/sbin/chown -R admin:admin /usr/local/Homebrew
==> /usr/bin/sudo /bin/mkdir -p /Users/admin/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/admin/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown -R admin /Users/admin/Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Enumerating objects: 281708, done.
remote: Counting objects: 100% (120/120), done.
remote: Compressing objects: 100% (98/98), done.
remote: Total 281708 (delta 21), reused 102 (delta 17), pack-reused 281588 (from 1)
Receiving objects: 100% (281708/281708), 85.65 MiB | 1.34 MiB/s, done.
Resolving deltas: 100% (202174/202174), done.
From https://github.com/Homebrew/brew
 * [new branch]            back-to-srb                                        -> origin/back-to-srb
 * [new branch]            cleaner-factory                                    -> origin/cleaner-factory
 * [new branch]            cleaner-interface                                  -> origin/cleaner-interface
 * [new branch]            curl-14.5                                          -> origin/curl-14.5
 * [new branch]            dependabot/bundler/Library/Homebrew/rubocop-1.66.1 -> origin/dependabot/bundler/Library/Homebrew/rubocop-1.66.1
 * [new branch]            depends-on-order-cop-blank-lines                   -> origin/depends-on-order-cop-blank-lines
 * [new branch]            docker-git-gc                                      -> origin/docker-git-gc
 * [new branch]            homebrew-user                                      -> origin/homebrew-user
 * [new branch]            load-internal-cask-json-v3                         -> origin/load-internal-cask-json-v3
 * [new branch]            master                                             -> origin/master
 * [new branch]            no-undefs                                          -> origin/no-undefs
 * [new branch]            sequoia-sdk                                        -> origin/sequoia-sdk
 * [new branch]            skip-sorbet-assignments                            -> origin/skip-sorbet-assignments
 * [new branch]            use-cask-tab-to-better-identify-installed-casks    -> origin/use-cask-tab-to-better-identify-installed-casks
 * [new branch]            zsh-completions-speedup                            -> origin/zsh-completions-speedup
 * [new tag]               0.1                                                -> 0.1
 * [new tag]               0.2                                                -> 0.2
 * [new tag]               0.3                                                -> 0.3
 * [new tag]               0.4                                                -> 0.4
 * [new tag]               0.5                                                -> 0.5
 * [new tag]               0.6                                                -> 0.6
 * [new tag]               0.7                                                -> 0.7
 * [new tag]               0.7.1                                              -> 0.7.1
 * [new tag]               0.8                                                -> 0.8
 * [new tag]               0.8.1                                              -> 0.8.1
 * [new tag]               0.9                                                -> 0.9
 * [new tag]               0.9.1                                              -> 0.9.1
 * [new tag]               0.9.2                                              -> 0.9.2
 * [new tag]               0.9.3                                              -> 0.9.3
 * [new tag]               0.9.4                                              -> 0.9.4
 * [new tag]               0.9.5                                              -> 0.9.5
 * [new tag]               0.9.8                                              -> 0.9.8
 * [new tag]               0.9.9                                              -> 0.9.9
 * [new tag]               1.0.0                                              -> 1.0.0
 * [new tag]               1.0.1                                              -> 1.0.1
 * [new tag]               1.0.2                                              -> 1.0.2
 * [new tag]               1.0.3                                              -> 1.0.3
 * [new tag]               1.0.4                                              -> 1.0.4
 * [new tag]               1.0.5                                              -> 1.0.5
 * [new tag]               1.0.6                                              -> 1.0.6
 * [new tag]               1.0.7                                              -> 1.0.7
 * [new tag]               1.0.8                                              -> 1.0.8
 * [new tag]               1.0.9                                              -> 1.0.9
 * [new tag]               1.1.0                                              -> 1.1.0
 * [new tag]               1.1.1                                              -> 1.1.1
 * [new tag]               1.1.10                                             -> 1.1.10
 * [new tag]               1.1.11                                             -> 1.1.11
 * [new tag]               1.1.12                                             -> 1.1.12
 * [new tag]               1.1.13                                             -> 1.1.13
 * [new tag]               1.1.2                                              -> 1.1.2
 * [new tag]               1.1.3                                              -> 1.1.3
 * [new tag]               1.1.4                                              -> 1.1.4
 * [new tag]               1.1.5                                              -> 1.1.5
 * [new tag]               1.1.6                                              -> 1.1.6
 * [new tag]               1.1.7                                              -> 1.1.7
 * [new tag]               1.1.8                                              -> 1.1.8
 * [new tag]               1.1.9                                              -> 1.1.9
 * [new tag]               1.2.0                                              -> 1.2.0
 * [new tag]               1.2.1                                              -> 1.2.1
 * [new tag]               1.2.2                                              -> 1.2.2
 * [new tag]               1.2.3                                              -> 1.2.3
 * [new tag]               1.2.4                                              -> 1.2.4
 * [new tag]               1.2.5                                              -> 1.2.5
 * [new tag]               1.2.6                                              -> 1.2.6
 * [new tag]               1.3.0                                              -> 1.3.0
 * [new tag]               1.3.1                                              -> 1.3.1
 * [new tag]               1.3.2                                              -> 1.3.2
 * [new tag]               1.3.3                                              -> 1.3.3
 * [new tag]               1.3.4                                              -> 1.3.4
 * [new tag]               1.3.5                                              -> 1.3.5
 * [new tag]               1.3.6                                              -> 1.3.6
 * [new tag]               1.3.7                                              -> 1.3.7
 * [new tag]               1.3.8                                              -> 1.3.8
 * [new tag]               1.3.9                                              -> 1.3.9
 * [new tag]               1.4.0                                              -> 1.4.0
 * [new tag]               1.4.1                                              -> 1.4.1
 * [new tag]               1.4.2                                              -> 1.4.2
 * [new tag]               1.4.3                                              -> 1.4.3
 * [new tag]               1.5.0                                              -> 1.5.0
 * [new tag]               1.5.1                                              -> 1.5.1
 * [new tag]               1.5.10                                             -> 1.5.10
 * [new tag]               1.5.11                                             -> 1.5.11
 * [new tag]               1.5.12                                             -> 1.5.12
 * [new tag]               1.5.13                                             -> 1.5.13
 * [new tag]               1.5.14                                             -> 1.5.14
 * [new tag]               1.5.2                                              -> 1.5.2
 * [new tag]               1.5.3                                              -> 1.5.3
 * [new tag]               1.5.4                                              -> 1.5.4
 * [new tag]               1.5.5                                              -> 1.5.5
 * [new tag]               1.5.6                                              -> 1.5.6
 * [new tag]               1.5.7                                              -> 1.5.7
 * [new tag]               1.5.8                                              -> 1.5.8
 * [new tag]               1.5.9                                              -> 1.5.9
 * [new tag]               1.6.0                                              -> 1.6.0
 * [new tag]               1.6.1                                              -> 1.6.1
 * [new tag]               1.6.10                                             -> 1.6.10
 * [new tag]               1.6.11                                             -> 1.6.11
 * [new tag]               1.6.12                                             -> 1.6.12
 * [new tag]               1.6.13                                             -> 1.6.13
 * [new tag]               1.6.14                                             -> 1.6.14
 * [new tag]               1.6.15                                             -> 1.6.15
 * [new tag]               1.6.16                                             -> 1.6.16
 * [new tag]               1.6.17                                             -> 1.6.17
 * [new tag]               1.6.2                                              -> 1.6.2
 * [new tag]               1.6.3                                              -> 1.6.3
 * [new tag]               1.6.4                                              -> 1.6.4
 * [new tag]               1.6.5                                              -> 1.6.5
 * [new tag]               1.6.6                                              -> 1.6.6
 * [new tag]               1.6.7                                              -> 1.6.7
 * [new tag]               1.6.8                                              -> 1.6.8
 * [new tag]               1.6.9                                              -> 1.6.9
 * [new tag]               1.7.0                                              -> 1.7.0
 * [new tag]               1.7.1                                              -> 1.7.1
 * [new tag]               1.7.2                                              -> 1.7.2
 * [new tag]               1.7.3                                              -> 1.7.3
 * [new tag]               1.7.4                                              -> 1.7.4
 * [new tag]               1.7.5                                              -> 1.7.5
 * [new tag]               1.7.6                                              -> 1.7.6
 * [new tag]               1.7.7                                              -> 1.7.7
 * [new tag]               1.8.0                                              -> 1.8.0
 * [new tag]               1.8.1                                              -> 1.8.1
 * [new tag]               1.8.2                                              -> 1.8.2
 * [new tag]               1.8.3                                              -> 1.8.3
 * [new tag]               1.8.4                                              -> 1.8.4
 * [new tag]               1.8.5                                              -> 1.8.5
 * [new tag]               1.8.6                                              -> 1.8.6
 * [new tag]               1.9.0                                              -> 1.9.0
 * [new tag]               1.9.1                                              -> 1.9.1
 * [new tag]               1.9.2                                              -> 1.9.2
 * [new tag]               1.9.3                                              -> 1.9.3
 * [new tag]               2.0.0                                              -> 2.0.0
 * [new tag]               2.0.1                                              -> 2.0.1
 * [new tag]               2.0.2                                              -> 2.0.2
 * [new tag]               2.0.3                                              -> 2.0.3
 * [new tag]               2.0.4                                              -> 2.0.4
 * [new tag]               2.0.5                                              -> 2.0.5
 * [new tag]               2.0.6                                              -> 2.0.6
 * [new tag]               2.1.0                                              -> 2.1.0
 * [new tag]               2.1.1                                              -> 2.1.1
 * [new tag]               2.1.10                                             -> 2.1.10
 * [new tag]               2.1.11                                             -> 2.1.11
 * [new tag]               2.1.12                                             -> 2.1.12
 * [new tag]               2.1.13                                             -> 2.1.13
 * [new tag]               2.1.14                                             -> 2.1.14
 * [new tag]               2.1.15                                             -> 2.1.15
 * [new tag]               2.1.16                                             -> 2.1.16
 * [new tag]               2.1.2                                              -> 2.1.2
 * [new tag]               2.1.3                                              -> 2.1.3
 * [new tag]               2.1.4                                              -> 2.1.4
 * [new tag]               2.1.5                                              -> 2.1.5
 * [new tag]               2.1.6                                              -> 2.1.6
 * [new tag]               2.1.7                                              -> 2.1.7
 * [new tag]               2.1.8                                              -> 2.1.8
 * [new tag]               2.1.9                                              -> 2.1.9
 * [new tag]               2.2.0                                              -> 2.2.0
 * [new tag]               2.2.1                                              -> 2.2.1
 * [new tag]               2.2.10                                             -> 2.2.10
 * [new tag]               2.2.11                                             -> 2.2.11
 * [new tag]               2.2.12                                             -> 2.2.12
 * [new tag]               2.2.13                                             -> 2.2.13
 * [new tag]               2.2.14                                             -> 2.2.14
 * [new tag]               2.2.15                                             -> 2.2.15
 * [new tag]               2.2.16                                             -> 2.2.16
 * [new tag]               2.2.17                                             -> 2.2.17
 * [new tag]               2.2.2                                              -> 2.2.2
 * [new tag]               2.2.3                                              -> 2.2.3
 * [new tag]               2.2.4                                              -> 2.2.4
 * [new tag]               2.2.5                                              -> 2.2.5
 * [new tag]               2.2.6                                              -> 2.2.6
 * [new tag]               2.2.7                                              -> 2.2.7
 * [new tag]               2.2.8                                              -> 2.2.8
 * [new tag]               2.2.9                                              -> 2.2.9
 * [new tag]               2.3.0                                              -> 2.3.0
 * [new tag]               2.4.0                                              -> 2.4.0
 * [new tag]               2.4.1                                              -> 2.4.1
 * [new tag]               2.4.10                                             -> 2.4.10
 * [new tag]               2.4.11                                             -> 2.4.11
 * [new tag]               2.4.12                                             -> 2.4.12
 * [new tag]               2.4.13                                             -> 2.4.13
 * [new tag]               2.4.14                                             -> 2.4.14
 * [new tag]               2.4.15                                             -> 2.4.15
 * [new tag]               2.4.16                                             -> 2.4.16
 * [new tag]               2.4.2                                              -> 2.4.2
 * [new tag]               2.4.3                                              -> 2.4.3
 * [new tag]               2.4.4                                              -> 2.4.4
 * [new tag]               2.4.5                                              -> 2.4.5
 * [new tag]               2.4.6                                              -> 2.4.6
 * [new tag]               2.4.7                                              -> 2.4.7
 * [new tag]               2.4.8                                              -> 2.4.8
 * [new tag]               2.4.9                                              -> 2.4.9
 * [new tag]               2.5.0                                              -> 2.5.0
 * [new tag]               2.5.1                                              -> 2.5.1
 * [new tag]               2.5.10                                             -> 2.5.10
 * [new tag]               2.5.11                                             -> 2.5.11
 * [new tag]               2.5.12                                             -> 2.5.12
 * [new tag]               2.5.2                                              -> 2.5.2
 * [new tag]               2.5.3                                              -> 2.5.3
 * [new tag]               2.5.4                                              -> 2.5.4
 * [new tag]               2.5.5                                              -> 2.5.5
 * [new tag]               2.5.6                                              -> 2.5.6
 * [new tag]               2.5.7                                              -> 2.5.7
 * [new tag]               2.5.8                                              -> 2.5.8
 * [new tag]               2.5.9                                              -> 2.5.9
 * [new tag]               2.6.0                                              -> 2.6.0
 * [new tag]               2.6.1                                              -> 2.6.1
 * [new tag]               2.6.2                                              -> 2.6.2
 * [new tag]               2.7.0                                              -> 2.7.0
 * [new tag]               2.7.1                                              -> 2.7.1
 * [new tag]               2.7.2                                              -> 2.7.2
 * [new tag]               2.7.3                                              -> 2.7.3
 * [new tag]               2.7.4                                              -> 2.7.4
 * [new tag]               2.7.5                                              -> 2.7.5
 * [new tag]               2.7.6                                              -> 2.7.6
 * [new tag]               2.7.7                                              -> 2.7.7
 * [new tag]               3.0.0                                              -> 3.0.0
 * [new tag]               3.0.1                                              -> 3.0.1
 * [new tag]               3.0.10                                             -> 3.0.10
 * [new tag]               3.0.11                                             -> 3.0.11
 * [new tag]               3.0.2                                              -> 3.0.2
 * [new tag]               3.0.3                                              -> 3.0.3
 * [new tag]               3.0.4                                              -> 3.0.4
 * [new tag]               3.0.5                                              -> 3.0.5
 * [new tag]               3.0.6                                              -> 3.0.6
 * [new tag]               3.0.7                                              -> 3.0.7
 * [new tag]               3.0.8                                              -> 3.0.8
 * [new tag]               3.0.9                                              -> 3.0.9
 * [new tag]               3.1.0                                              -> 3.1.0
 * [new tag]               3.1.1                                              -> 3.1.1
 * [new tag]               3.1.10                                             -> 3.1.10
 * [new tag]               3.1.11                                             -> 3.1.11
 * [new tag]               3.1.12                                             -> 3.1.12
 * [new tag]               3.1.2                                              -> 3.1.2
 * [new tag]               3.1.3                                              -> 3.1.3
 * [new tag]               3.1.4                                              -> 3.1.4
 * [new tag]               3.1.5                                              -> 3.1.5
 * [new tag]               3.1.6                                              -> 3.1.6
 * [new tag]               3.1.7                                              -> 3.1.7
 * [new tag]               3.1.8                                              -> 3.1.8
 * [new tag]               3.1.9                                              -> 3.1.9
 * [new tag]               3.2.0                                              -> 3.2.0
 * [new tag]               3.2.1                                              -> 3.2.1
 * [new tag]               3.2.10                                             -> 3.2.10
 * [new tag]               3.2.11                                             -> 3.2.11
 * [new tag]               3.2.12                                             -> 3.2.12
 * [new tag]               3.2.13                                             -> 3.2.13
 * [new tag]               3.2.14                                             -> 3.2.14
 * [new tag]               3.2.15                                             -> 3.2.15
 * [new tag]               3.2.16                                             -> 3.2.16
 * [new tag]               3.2.17                                             -> 3.2.17
 * [new tag]               3.2.2                                              -> 3.2.2
 * [new tag]               3.2.3                                              -> 3.2.3
 * [new tag]               3.2.4                                              -> 3.2.4
 * [new tag]               3.2.5                                              -> 3.2.5
 * [new tag]               3.2.6                                              -> 3.2.6
 * [new tag]               3.2.7                                              -> 3.2.7
 * [new tag]               3.2.8                                              -> 3.2.8
 * [new tag]               3.2.9                                              -> 3.2.9
 * [new tag]               3.3.0                                              -> 3.3.0
 * [new tag]               3.3.1                                              -> 3.3.1
 * [new tag]               3.3.10                                             -> 3.3.10
 * [new tag]               3.3.11                                             -> 3.3.11
 * [new tag]               3.3.12                                             -> 3.3.12
 * [new tag]               3.3.13                                             -> 3.3.13
 * [new tag]               3.3.14                                             -> 3.3.14
 * [new tag]               3.3.15                                             -> 3.3.15
 * [new tag]               3.3.16                                             -> 3.3.16
 * [new tag]               3.3.2                                              -> 3.3.2
 * [new tag]               3.3.3                                              -> 3.3.3
 * [new tag]               3.3.4                                              -> 3.3.4
 * [new tag]               3.3.5                                              -> 3.3.5
 * [new tag]               3.3.6                                              -> 3.3.6
 * [new tag]               3.3.7                                              -> 3.3.7
 * [new tag]               3.3.8                                              -> 3.3.8
 * [new tag]               3.3.9                                              -> 3.3.9
 * [new tag]               3.4.0                                              -> 3.4.0
 * [new tag]               3.4.1                                              -> 3.4.1
 * [new tag]               3.4.10                                             -> 3.4.10
 * [new tag]               3.4.11                                             -> 3.4.11
 * [new tag]               3.4.2                                              -> 3.4.2
 * [new tag]               3.4.3                                              -> 3.4.3
 * [new tag]               3.4.4                                              -> 3.4.4
 * [new tag]               3.4.5                                              -> 3.4.5
 * [new tag]               3.4.6                                              -> 3.4.6
 * [new tag]               3.4.7                                              -> 3.4.7
 * [new tag]               3.4.8                                              -> 3.4.8
 * [new tag]               3.4.9                                              -> 3.4.9
 * [new tag]               3.5.0                                              -> 3.5.0
 * [new tag]               3.5.1                                              -> 3.5.1
 * [new tag]               3.5.10                                             -> 3.5.10
 * [new tag]               3.5.2                                              -> 3.5.2
 * [new tag]               3.5.3                                              -> 3.5.3
 * [new tag]               3.5.4                                              -> 3.5.4
 * [new tag]               3.5.5                                              -> 3.5.5
 * [new tag]               3.5.6                                              -> 3.5.6
 * [new tag]               3.5.7                                              -> 3.5.7
 * [new tag]               3.5.8                                              -> 3.5.8
 * [new tag]               3.5.9                                              -> 3.5.9
 * [new tag]               3.6.0                                              -> 3.6.0
 * [new tag]               3.6.1                                              -> 3.6.1
 * [new tag]               3.6.10                                             -> 3.6.10
 * [new tag]               3.6.11                                             -> 3.6.11
 * [new tag]               3.6.12                                             -> 3.6.12
 * [new tag]               3.6.13                                             -> 3.6.13
 * [new tag]               3.6.14                                             -> 3.6.14
 * [new tag]               3.6.15                                             -> 3.6.15
 * [new tag]               3.6.16                                             -> 3.6.16
 * [new tag]               3.6.17                                             -> 3.6.17
 * [new tag]               3.6.18                                             -> 3.6.18
 * [new tag]               3.6.19                                             -> 3.6.19
 * [new tag]               3.6.2                                              -> 3.6.2
 * [new tag]               3.6.20                                             -> 3.6.20
 * [new tag]               3.6.21                                             -> 3.6.21
 * [new tag]               3.6.3                                              -> 3.6.3
 * [new tag]               3.6.4                                              -> 3.6.4
 * [new tag]               3.6.5                                              -> 3.6.5
 * [new tag]               3.6.6                                              -> 3.6.6
 * [new tag]               3.6.7                                              -> 3.6.7
 * [new tag]               3.6.8                                              -> 3.6.8
 * [new tag]               3.6.9                                              -> 3.6.9
 * [new tag]               4.0.0                                              -> 4.0.0
 * [new tag]               4.0.1                                              -> 4.0.1
 * [new tag]               4.0.10                                             -> 4.0.10
 * [new tag]               4.0.11                                             -> 4.0.11
 * [new tag]               4.0.12                                             -> 4.0.12
 * [new tag]               4.0.13                                             -> 4.0.13
 * [new tag]               4.0.14                                             -> 4.0.14
 * [new tag]               4.0.15                                             -> 4.0.15
 * [new tag]               4.0.16                                             -> 4.0.16
 * [new tag]               4.0.17                                             -> 4.0.17
 * [new tag]               4.0.18                                             -> 4.0.18
 * [new tag]               4.0.19                                             -> 4.0.19
 * [new tag]               4.0.2                                              -> 4.0.2
 * [new tag]               4.0.20                                             -> 4.0.20
 * [new tag]               4.0.21                                             -> 4.0.21
 * [new tag]               4.0.22                                             -> 4.0.22
 * [new tag]               4.0.23                                             -> 4.0.23
 * [new tag]               4.0.24                                             -> 4.0.24
 * [new tag]               4.0.25                                             -> 4.0.25
 * [new tag]               4.0.26                                             -> 4.0.26
 * [new tag]               4.0.27                                             -> 4.0.27
 * [new tag]               4.0.28                                             -> 4.0.28
 * [new tag]               4.0.3                                              -> 4.0.3
 * [new tag]               4.0.4                                              -> 4.0.4
 * [new tag]               4.0.5                                              -> 4.0.5
 * [new tag]               4.0.6                                              -> 4.0.6
 * [new tag]               4.0.7                                              -> 4.0.7
 * [new tag]               4.0.8                                              -> 4.0.8
 * [new tag]               4.0.9                                              -> 4.0.9
 * [new tag]               4.1.0                                              -> 4.1.0
 * [new tag]               4.1.1                                              -> 4.1.1
 * [new tag]               4.1.10                                             -> 4.1.10
 * [new tag]               4.1.11                                             -> 4.1.11
 * [new tag]               4.1.12                                             -> 4.1.12
 * [new tag]               4.1.13                                             -> 4.1.13
 * [new tag]               4.1.14                                             -> 4.1.14
 * [new tag]               4.1.15                                             -> 4.1.15
 * [new tag]               4.1.16                                             -> 4.1.16
 * [new tag]               4.1.17                                             -> 4.1.17
 * [new tag]               4.1.18                                             -> 4.1.18
 * [new tag]               4.1.19                                             -> 4.1.19
 * [new tag]               4.1.2                                              -> 4.1.2
 * [new tag]               4.1.20                                             -> 4.1.20
 * [new tag]               4.1.21                                             -> 4.1.21
 * [new tag]               4.1.22                                             -> 4.1.22
 * [new tag]               4.1.23                                             -> 4.1.23
 * [new tag]               4.1.24                                             -> 4.1.24
 * [new tag]               4.1.25                                             -> 4.1.25
 * [new tag]               4.1.3                                              -> 4.1.3
 * [new tag]               4.1.4                                              -> 4.1.4
 * [new tag]               4.1.5                                              -> 4.1.5
 * [new tag]               4.1.6                                              -> 4.1.6
 * [new tag]               4.1.7                                              -> 4.1.7
 * [new tag]               4.1.8                                              -> 4.1.8
 * [new tag]               4.2.0                                              -> 4.2.0
 * [new tag]               4.2.1                                              -> 4.2.1
 * [new tag]               4.2.10                                             -> 4.2.10
 * [new tag]               4.2.11                                             -> 4.2.11
 * [new tag]               4.2.12                                             -> 4.2.12
 * [new tag]               4.2.13                                             -> 4.2.13
 * [new tag]               4.2.15                                             -> 4.2.15
 * [new tag]               4.2.16                                             -> 4.2.16
 * [new tag]               4.2.17                                             -> 4.2.17
 * [new tag]               4.2.18                                             -> 4.2.18
 * [new tag]               4.2.19                                             -> 4.2.19
 * [new tag]               4.2.2                                              -> 4.2.2
 * [new tag]               4.2.20                                             -> 4.2.20
 * [new tag]               4.2.21                                             -> 4.2.21
 * [new tag]               4.2.3                                              -> 4.2.3
 * [new tag]               4.2.4                                              -> 4.2.4
 * [new tag]               4.2.5                                              -> 4.2.5
 * [new tag]               4.2.6                                              -> 4.2.6
 * [new tag]               4.2.7                                              -> 4.2.7
 * [new tag]               4.2.8                                              -> 4.2.8
 * [new tag]               4.2.9                                              -> 4.2.9
 * [new tag]               4.3.0                                              -> 4.3.0
 * [new tag]               4.3.1                                              -> 4.3.1
 * [new tag]               4.3.11                                             -> 4.3.11
 * [new tag]               4.3.12                                             -> 4.3.12
 * [new tag]               4.3.13                                             -> 4.3.13
 * [new tag]               4.3.14                                             -> 4.3.14
 * [new tag]               4.3.15                                             -> 4.3.15
 * [new tag]               4.3.16                                             -> 4.3.16
 * [new tag]               4.3.17                                             -> 4.3.17
 * [new tag]               4.3.18                                             -> 4.3.18
 * [new tag]               4.3.19                                             -> 4.3.19
 * [new tag]               4.3.2                                              -> 4.3.2
 * [new tag]               4.3.20                                             -> 4.3.20
 * [new tag]               4.3.21                                             -> 4.3.21
 * [new tag]               4.3.22                                             -> 4.3.22
 * [new tag]               4.3.23                                             -> 4.3.23
 * [new tag]               4.3.3                                              -> 4.3.3
 * [new tag]               4.3.4                                              -> 4.3.4
 * [new tag]               4.3.5                                              -> 4.3.5
 * [new tag]               4.3.6                                              -> 4.3.6
 * [new tag]               4.3.7                                              -> 4.3.7
 * [new tag]               4.3.8                                              -> 4.3.8
 * [new tag]               4.3.9                                              -> 4.3.9
remote: Enumerating objects: 55, done.
remote: Counting objects: 100% (33/33), done.
remote: Total 55 (delta 33), reused 33 (delta 33), pack-reused 22 (from 1)
Unpacking objects: 100% (55/55), 9.08 KiB | 232.00 KiB/s, done.
From https://github.com/Homebrew/brew
 * [new tag]               4.0.29     -> 4.0.29
 * [new tag]               4.1.9      -> 4.1.9
 * [new tag]               4.2.14     -> 4.2.14
 * [new tag]               4.3.10     -> 4.3.10
Switched to a new branch 'stable'
==> Updating Homebrew...
==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:bd12dc53d0714e477ce2ff4beaeb6ad71a9317271a63c3cd2f5d0427cf42f5c5
########################################################################################################################################################## 100.0%
==> Pouring portable-ruby-3.3.4_1.el_capitan.bottle.tar.gz
==> Installation successful!

==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
  https://docs.brew.sh/Analytics
No analytics data has been sent yet (nor will any be during this install run).

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations

==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
    (echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/admin/.zprofile
    eval "$(/usr/local/bin/brew shellenv)"
- Run brew help to get started
- Further documentation:
    https://docs.brew.sh

Installing Ruby

% brew install ruby
==> Downloading https://ghcr.io/v2/homebrew/core/ruby/manifests/3.3.5
########################################################################################################################################################## 100.0%
==> Fetching dependencies for ruby: libyaml, ca-certificates and openssl@3
==> Downloading https://ghcr.io/v2/homebrew/core/libyaml/manifests/0.2.5
########################################################################################################################################################## 100.0%
==> Fetching libyaml
==> Downloading https://ghcr.io/v2/homebrew/core/libyaml/blobs/sha256:4d6e02ce3a82b60033bc7e55bef841dcfef0c05c051176d96accb50744136c6d
########################################################################################################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-07-02-1
########################################################################################################################################################## 100.0%
==> Fetching ca-certificates
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:efae38787c286c7a249f9e7158e3159107a361df5e68fc2a531ccb8177b01cbe
########################################################################################################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.2
########################################################################################################################################################## 100.0%
==> Fetching openssl@3
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:39bc60aa67712dcf946d0465c7f9d838deb5623834dd5229c9ce9621214cc21e
########################################################################################################################################################## 100.0%
==> Fetching ruby
==> Downloading https://ghcr.io/v2/homebrew/core/ruby/blobs/sha256:8ef5d62b67a3e0f98a9e18c9991322b33bed02d3ab738a820d426974394707c6
########################################################################################################################################################## 100.0%
==> Installing dependencies for ruby: libyaml, ca-certificates and openssl@3
==> Installing ruby dependency: libyaml
==> Downloading https://ghcr.io/v2/homebrew/core/libyaml/manifests/0.2.5
Already downloaded: /Users/admin/Library/Caches/Homebrew/downloads/5f6b0af1730aa1bc02f8021c90ed7ffe988eeba95eec83e6c828f77332ba6406--libyaml-0.2.5.bottle_manifest.json
==> Pouring libyaml--0.2.5.sonoma.bottle.tar.gz
🍺  /usr/local/Cellar/libyaml/0.2.5: 11 files, 333.8KB
==> Installing ruby dependency: ca-certificates
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-07-02-1
Already downloaded: /Users/admin/Library/Caches/Homebrew/downloads/70833b1debbd42ccd563134452c4150a0ed85737bc1bb0ceab98b4300991192d--ca-certificates-2024-07-02-1.bottle_manifest.json
==> Pouring ca-certificates--2024-07-02.all.bottle.1.tar.gz
==> Regenerating CA certificate bundle from keychain, this may take a while...
🍺  /usr/local/Cellar/ca-certificates/2024-07-02: 4 files, 231.3KB
==> Installing ruby dependency: openssl@3
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.2
Already downloaded: /Users/admin/Library/Caches/Homebrew/downloads/15a43beab5e5017b1a9fe7584ff44a48195632fd196c23ee0e5e7ecf67e9ef2a--openssl@3-3.3.2.bottle_manifest.json
==> Pouring openssl@3--3.3.2.sonoma.bottle.tar.gz
🍺  /usr/local/Cellar/openssl@3/3.3.2: 6,984 files, 32.9MB
==> Installing ruby
==> Pouring ruby--3.3.5.sonoma.bottle.tar.gz
==> Caveats
By default, binaries installed by gem will be placed into:
  /usr/local/lib/ruby/gems/3.3.0/bin

You may want to add this to your PATH.

ruby is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have ruby first in your PATH, run:
  echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc

For compilers to find ruby you may need to set:
  export LDFLAGS="-L/usr/local/opt/ruby/lib"
  export CPPFLAGS="-I/usr/local/opt/ruby/include"
==> Summary
🍺  /usr/local/Cellar/ruby/3.3.5: 19,852 files, 46.8MB
==> Running `brew cleanup ruby`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Caveats
==> ruby
By default, binaries installed by gem will be placed into:
  /usr/local/lib/ruby/gems/3.3.0/bin

You may want to add this to your PATH.

ruby is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have ruby first in your PATH, run:
  echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc

For compilers to find ruby you may need to set:
  export LDFLAGS="-L/usr/local/opt/ruby/lib"
  export CPPFLAGS="-I/usr/local/opt/ruby/include"
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc
ruby -v
ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-darwin23]
gem env
RubyGems Environment:
  - RUBYGEMS VERSION: 3.5.18
  - RUBY VERSION: 3.3.5 (2024-09-03 patchlevel 100) [x86_64-darwin23]
  - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/3.3.0
  - USER INSTALLATION DIRECTORY: /Users/admin/.gem/ruby/3.3.0
  - RUBY EXECUTABLE: /usr/local/opt/ruby/bin/ruby
  - GIT EXECUTABLE: /usr/bin/git
  - EXECUTABLE DIRECTORY: /usr/local/lib/ruby/gems/3.3.0/bin
  - SPEC CACHE DIRECTORY: /Users/admin/.gem/specs
  - SYSTEM CONFIGURATION DIRECTORY: /usr/local/Cellar/ruby/3.3.5/etc
  - RUBYGEMS PLATFORMS:
     - ruby
     - x86_64-darwin-23
  - GEM PATHS:
     - /usr/local/lib/ruby/gems/3.3.0
     - /Users/admin/.gem/ruby/3.3.0
     - /usr/local/Cellar/ruby/3.3.5/lib/ruby/gems/3.3.0
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :backtrace => true
     - :bulk_threshold => 1000
  - REMOTE SOURCES:
     - https://rubygems.org/
  - SHELL PATH:
     - /usr/local/opt/ruby/bin
     - /opt/local/bin
     - /opt/local/sbin
     - /usr/local/bin
     - /System/Cryptexes/App/usr/bin
     - /usr/bin
     - /bin
     - /usr/sbin
     - /sbin
     - /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
     - /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
     - /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
     - /Library/Apple/usr/bin
sudo gem install cocoapods
Fetching nanaimo-0.3.0.gem
Fetching colored2-3.1.2.gem
Fetching claide-1.1.0.gem
Fetching CFPropertyList-3.0.7.gem
Fetching atomos-0.1.3.gem
Fetching xcodeproj-1.25.0.gem
Fetching ruby-macho-2.5.1.gem
Fetching nap-1.1.0.gem
Fetching molinillo-0.8.0.gem
Fetching gh_inspector-1.1.3.gem
Fetching fourflusher-2.3.1.gem
Fetching escape-0.0.4.gem
Fetching cocoapods-try-1.2.0.gem
Fetching netrc-0.11.0.gem
Fetching cocoapods-trunk-1.6.0.gem
Fetching cocoapods-search-1.0.1.gem
Fetching cocoapods-plugins-1.0.0.gem
Fetching cocoapods-downloader-2.1.gem
Fetching cocoapods-deintegrate-1.0.5.gem
Fetching ffi-1.17.0-x86_64-darwin.gem
Fetching ethon-0.16.0.gem
Fetching typhoeus-1.4.1.gem
Fetching public_suffix-4.0.7.gem
Fetching fuzzy_match-2.0.4.gem
Fetching concurrent-ruby-1.3.4.gem
Fetching httpclient-2.8.3.gem
Fetching algoliasearch-1.27.5.gem
Fetching addressable-2.8.7.gem
Fetching tzinfo-2.0.6.gem
Fetching i18n-1.14.6.gem
Fetching connection_pool-2.4.1.gem
Fetching activesupport-7.2.1.gem
Fetching cocoapods-1.15.2.gem
Fetching cocoapods-core-1.15.2.gem
Successfully installed nanaimo-0.3.0
Successfully installed colored2-3.1.2
Successfully installed claide-1.1.0
Successfully installed CFPropertyList-3.0.7
Successfully installed atomos-0.1.3
Successfully installed xcodeproj-1.25.0
Successfully installed ruby-macho-2.5.1
Successfully installed nap-1.1.0
Successfully installed molinillo-0.8.0
Successfully installed gh_inspector-1.1.3
Successfully installed fourflusher-2.3.1
Successfully installed escape-0.0.4
Successfully installed cocoapods-try-1.2.0
Successfully installed netrc-0.11.0
Successfully installed cocoapods-trunk-1.6.0
Successfully installed cocoapods-search-1.0.1
Successfully installed cocoapods-plugins-1.0.0
Successfully installed cocoapods-downloader-2.1
Successfully installed cocoapods-deintegrate-1.0.5
Successfully installed ffi-1.17.0-x86_64-darwin
Successfully installed ethon-0.16.0
Successfully installed typhoeus-1.4.1
Successfully installed public_suffix-4.0.7
Successfully installed fuzzy_match-2.0.4
Successfully installed concurrent-ruby-1.3.4
Successfully installed httpclient-2.8.3
A new major version is available for Algolia! Please now use the https://rubygems.org/gems/algolia gem to get the latest features.
Successfully installed algoliasearch-1.27.5
Successfully installed addressable-2.8.7
Successfully installed tzinfo-2.0.6
PSA: I18n will be dropping support for Ruby < 3.2 in the next major release (April 2025), due to Ruby's end of life for 3.1 and below (https://endoflife.date/ruby). Please upgrade to Ruby 3.2 or newer by April 2025 to continue using future versions of this gem.
Successfully installed i18n-1.14.6
Successfully installed connection_pool-2.4.1
Successfully installed activesupport-7.2.1
Successfully installed cocoapods-core-1.15.2
Successfully installed cocoapods-1.15.2
Parsing documentation for nanaimo-0.3.0
Installing ri documentation for nanaimo-0.3.0
Parsing documentation for colored2-3.1.2
Installing ri documentation for colored2-3.1.2
Parsing documentation for claide-1.1.0
Installing ri documentation for claide-1.1.0
Parsing documentation for CFPropertyList-3.0.7
Installing ri documentation for CFPropertyList-3.0.7
Parsing documentation for atomos-0.1.3
Installing ri documentation for atomos-0.1.3
Parsing documentation for xcodeproj-1.25.0
Installing ri documentation for xcodeproj-1.25.0
Parsing documentation for ruby-macho-2.5.1
Installing ri documentation for ruby-macho-2.5.1
Parsing documentation for nap-1.1.0
Installing ri documentation for nap-1.1.0
Parsing documentation for molinillo-0.8.0
Installing ri documentation for molinillo-0.8.0
Parsing documentation for gh_inspector-1.1.3
Installing ri documentation for gh_inspector-1.1.3
Parsing documentation for fourflusher-2.3.1
Installing ri documentation for fourflusher-2.3.1
Parsing documentation for escape-0.0.4
Installing ri documentation for escape-0.0.4
Parsing documentation for cocoapods-try-1.2.0
Installing ri documentation for cocoapods-try-1.2.0
Parsing documentation for netrc-0.11.0
Installing ri documentation for netrc-0.11.0
Parsing documentation for cocoapods-trunk-1.6.0
Installing ri documentation for cocoapods-trunk-1.6.0
Parsing documentation for cocoapods-search-1.0.1
Installing ri documentation for cocoapods-search-1.0.1
Parsing documentation for cocoapods-plugins-1.0.0
Installing ri documentation for cocoapods-plugins-1.0.0
Parsing documentation for cocoapods-downloader-2.1
Installing ri documentation for cocoapods-downloader-2.1
Parsing documentation for cocoapods-deintegrate-1.0.5
Installing ri documentation for cocoapods-deintegrate-1.0.5
Parsing documentation for ffi-1.17.0-x86_64-darwin
Installing ri documentation for ffi-1.17.0-x86_64-darwin
Parsing documentation for ethon-0.16.0
Installing ri documentation for ethon-0.16.0
Parsing documentation for typhoeus-1.4.1
Installing ri documentation for typhoeus-1.4.1
Parsing documentation for public_suffix-4.0.7
Installing ri documentation for public_suffix-4.0.7
Parsing documentation for fuzzy_match-2.0.4
Installing ri documentation for fuzzy_match-2.0.4
Parsing documentation for concurrent-ruby-1.3.4
Installing ri documentation for concurrent-ruby-1.3.4
Parsing documentation for httpclient-2.8.3
Installing ri documentation for httpclient-2.8.3
Parsing documentation for algoliasearch-1.27.5
Installing ri documentation for algoliasearch-1.27.5
Parsing documentation for addressable-2.8.7
Installing ri documentation for addressable-2.8.7
Parsing documentation for tzinfo-2.0.6
Installing ri documentation for tzinfo-2.0.6
Parsing documentation for i18n-1.14.6
Installing ri documentation for i18n-1.14.6
Parsing documentation for connection_pool-2.4.1
Installing ri documentation for connection_pool-2.4.1
Parsing documentation for activesupport-7.2.1
Installing ri documentation for activesupport-7.2.1
Parsing documentation for cocoapods-core-1.15.2
Installing ri documentation for cocoapods-core-1.15.2
Parsing documentation for cocoapods-1.15.2
Installing ri documentation for cocoapods-1.15.2
Done installing documentation for nanaimo, colored2, claide, CFPropertyList, atomos, xcodeproj, ruby-macho, nap, molinillo, gh_inspector, fourflusher, escape, cocoapods-try, netrc, cocoapods-trunk, cocoapods-search, cocoapods-plugins, cocoapods-downloader, cocoapods-deintegrate, ffi, ethon, typhoeus, public_suffix, fuzzy_match, concurrent-ruby, httpclient, algoliasearch, addressable, tzinfo, i18n, connection_pool, activesupport, cocoapods-core, cocoapods after 14 seconds
34 gems installed

A new release of RubyGems is available: 3.5.18 → 3.5.19!
Run `gem update --system 3.5.19` to update your installation.
sudo gem update --system 3.5.19
Fetching rubygems-update-3.5.19.gem
Successfully installed rubygems-update-3.5.19
Parsing documentation for rubygems-update-3.5.19
Installing ri documentation for rubygems-update-3.5.19
Done installing documentation for rubygems-update after 0 seconds
Parsing documentation for rubygems-update-3.5.19
Done installing documentation for rubygems-update after 0 seconds
Installing RubyGems 3.5.19
  Successfully built RubyGem
  Name: bundler
  Version: 2.5.19
  File: bundler-2.5.19.gem
Bundler 2.5.19 installed
RubyGems 3.5.19 installed
Regenerating binstubs
Regenerating plugins
Parsing documentation for rubygems-3.5.19
Installing ri documentation for rubygems-3.5.19

# 3.5.19 / 2024-09-18

## Enhancements:

* Standardize pretty-print output for `Gem::Source` and subclasses. Pull
  request [#7994](https://github.com/rubygems/rubygems/pull/7994) by
  djberube
* Update vendored `molinillo` to master and vendored `resolv` to 0.4.0.
  Pull request [#7521](https://github.com/rubygems/rubygems/pull/7521) by
  hsbt
* Installs bundler 2.5.19 as a default gem.

## Bug fixes:

* Fix `bundle exec rake install` failing when local gem has extensions.
  Pull request [#7977](https://github.com/rubygems/rubygems/pull/7977) by
  deivid-rodriguez
* Make `gem exec` use the standard GEM_HOME. Pull request
  [#7982](https://github.com/rubygems/rubygems/pull/7982) by
  deivid-rodriguez
* Fix `gem fetch` always exiting with zero status code. Pull request
  [#8007](https://github.com/rubygems/rubygems/pull/8007) by
  deivid-rodriguez
* Remove temporary `.lock` files unintentionally left around by gem
  installer. Pull request
  [#7939](https://github.com/rubygems/rubygems/pull/7939) by nobu
* Removed unused stringio. Pull request
  [#8001](https://github.com/rubygems/rubygems/pull/8001) by hsbt
* Avoid another race condition of open mode. Pull request
  [#7931](https://github.com/rubygems/rubygems/pull/7931) by nobu
* Fix `@license` typo preventing licenses from being correctly
  unmarshalled. Pull request
  [#7975](https://github.com/rubygems/rubygems/pull/7975) by djberube

## Performance:

* Fix `gem install does-not-exist` being super slow. Pull request
  [#8006](https://github.com/rubygems/rubygems/pull/8006) by
  deivid-rodriguez


------------------------------------------------------------------------------

RubyGems installed the following executables:
        /usr/local/Cellar/ruby/3.3.5/bin/gem
        /usr/local/Cellar/ruby/3.3.5/bin/bundle
        /usr/local/Cellar/ruby/3.3.5/bin/bundler

Ruby Interactive (ri) documentation was installed. ri is kind of like man
pages for Ruby libraries. You may access it like this:
  ri Classname
  ri Classname.class_method
  ri Classname#instance_method
If you do not wish to install this documentation in the future, use the
--no-document flag, or set it as the default in your ~/.gemrc file. See
'gem help env' for details.

RubyGems system software updated

1 Response to Installing latest Ruby version on MacOS Sonoma

  1. dmitriano says:

    https://stackoverflow.com/a/25021772/2394762
    which ruby should be the RVM ruby. (To see if there is no conflict with OSX`s ruby)
    Reinstall CocoaPods like this: gem install cocoapods

Leave a Reply

Your email address will not be published. Required fields are marked *