mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Comment out the ensure-latest argument to allow CI to use Gemfile.lock. Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
9 lines
181 B
Ruby
Executable File
9 lines
181 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require "rubygems"
|
|
require "bundler/setup"
|
|
|
|
# Disable so CI listens to Gemfile.lock
|
|
# ARGV.unshift("--ensure-latest")
|
|
|
|
load Gem.bin_path("brakeman", "brakeman")
|