After the latest update it appears a few of my gems have been affected and are either missing/changed.
In particular the gem 'rubocop' is giving me issues as I use atom for a text editor and I have flags popping up.
"Failed to spawn command rubocop. Make sure rubocop is installed and on your PATH"
"Error: spawn rubocop ENOENT"
I've tried re-installing the rubocop gem through the command line and I'm running into this issue:
gem install rubocop
Fetching: rainbow-2.1.0.gem (100%)
ERROR: While executing gem ... (Errno::EACCES)
Permission denied - /Library/Ruby/Gems/2.0.0/rainbow-2.1.0.gem
I've even tried to uninstall the gem but there's no output after running gem uninstall rubocop
I really have no idea where to begin to resolve this and I'd love any help possible!