Skip to content
flacon.git
⋮
Summary
Commits
Files
flacon.git
/
bin
/
brakeman
[Rails] Wine cellar inventory tracker.
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