mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
8 lines
139 B
Text
8 lines
139 B
Text
|
#!/usr/bin/env ruby
|
||
|
require "rubygems"
|
||
|
require "bundler/setup"
|
||
|
|
||
|
ARGV.unshift("--ensure-latest")
|
||
|
|
||
|
load Gem.bin_path("brakeman", "brakeman")
|