Back to Template

Diff of Changes

Previous version at this commit

def puts_green(heredoc); puts set_color heredoc, :green; end

gem_group :development do
  gem "brakeman"
end
run 'bundle install'
run "bundle binstubs brakeman"

puts_green "You can now run bin/brakeman to check your application for security vulnerabilities"