I can't download gems
My Macbook is denying gem installation on my computer. Any idea? Thanks.
While executing gem ... (Errno::EACCES)
Permission denied @ dir_s_mkdir - /Library/Ruby/Gems
My Macbook is denying gem installation on my computer. Any idea? Thanks.
While executing gem ... (Errno::EACCES)
Permission denied @ dir_s_mkdir - /Library/Ruby/Gems
I am not clear why you are attempting to make an unprivileged directory in /Library/Ruby/Gems. This is an area reserved by Apple for its Ruby implementation, not newer versions.
Apple indicated several years ago that they would be removing Ruby, Python, and Perl distributions from future releases of macOS. They removed Python with macOS 12.3, and as the current Apple provided Ruby is deprecated and unsupported by ruby-lang dot org, you might consider staying current with supported versions of Ruby via Ruby version managers such as rbenv or RVM. I use the latter. Either support the homebrew package manager that maintain current dependencies, and both give you complete Ruby independence when Apple (without further warning) releases an update/upgrade to macOS without Ruby support.
Are you an administrator?
Did you try sudo?
I can't download gems