I\'m trying to add oauth2 with Google, following these instructions.
I\'m receiving the following error message starting the server:
Exiting You\'ve
This is what worked for me -
I ran this on console - rake rails:update:bin
rake rails:update:bin
then I ran bundle exec spring binstub --all
bundle exec spring binstub --all
I don't guarantee that this would work for all.
Thanks :)