Skip to content

Instantly share code, notes, and snippets.

@filipebarcos
Created September 3, 2013 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipebarcos/6424238 to your computer and use it in GitHub Desktop.
Save filipebarcos/6424238 to your computer and use it in GitHub Desktop.
bash -l -c 'rbenv local 1.9.3-p125 &&
gem install brakeman --no-ri --no-rdoc &&
brakeman -o brakeman-output.tabs --no-progress --separate-models &&
rbenv local --unset'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment