mirror of
https://github.com/czhu12/canine.git
synced 2025-12-16 16:35:10 -06:00
8 lines
139 B
Ruby
Executable File
8 lines
139 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require "rubygems"
|
|
require "bundler/setup"
|
|
|
|
ARGV.unshift("--ensure-latest")
|
|
|
|
load Gem.bin_path("brakeman", "brakeman")
|