Skip to content
ferti.git
⋮
Summary
Commits
Files
ferti.git
/
bin
/
brakeman
[Rails] Fertilizer recipe solver for the FAPG.
View raw
1
#
!/usr/bin/env ruby
2
require "rubygems"
3
require "bundler/setup"
4
5
ARGV.unshift("--ensure-latest")
6
7
load Gem.bin_path("brakeman", "brakeman")
8
Summary
Commits
Files