I get this everytime I run: rails server
I get: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777
I searched for a solution here and they said to type: chmod go-w /usr/local/bin
But I get this error: chmod: Unable to change file mode on /usr/local/bin: Operation not permitted
I am using OSX btw.