I think Apple has indicated their intent to discontinue ruby as a
system-provided tool.
macOS Catalina 10.15 Release Notes
Scripting Language Runtimes
Deprecations
Scripting language runtimes such as Python, Ruby, and Perl are included in
macOS for compatibility with legacy software. Future vers
On Tue, Aug 3, 2021 at 3:32 PM Craig Russell wrote:
>
> [MacBook-Pro-10:~] clr% head -1 `which bundle`
> #!/usr/local/opt/ruby/bin/ruby
> [MacBook-Pro-10:~] clr% head -1 `which gem`
> #!/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
Unless you have a reason to want two versio
[MacBook-Pro-10:~] clr% head -1 `which bundle`
#!/usr/local/opt/ruby/bin/ruby
[MacBook-Pro-10:~] clr% head -1 `which gem`
#!/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
So it looks like I'm running mismatched bundle and gem.
Meanwhile, docker install fails. [1]
Recommenda