StandardRB fail with GIT commit
I get this error when trying to commit a fairly fresh project to git.
Running pre-commit hooks
Run StandardRB...........................................[StandardRB] FAILED
bundler: command not found: standardrb
Install missing gem executables with `bundle install`
✗ One or more pre-commit hooks failed
I have fixed one or two of these pre-commits by installing gems into OS X system ruby ( which I really wish didn't exist ) but can't seem to get past this one.
Running pre-commit hooks
Run StandardRB...........................................[StandardRB] FAILED
bundler: command not found: standardrb
Install missing gem executables with `bundle install`
✗ One or more pre-commit hooks failed
I have fixed one or two of these pre-commits by installing gems into OS X system ruby ( which I really wish didn't exist ) but can't seem to get past this one.
You can either install standardb ("gem install standard" ) , or remove this pre-commit hook in your project by deleting <yourproject_home>/.git/hooks/pre-commit
Notifications
You’re not receiving notifications from this thread.