mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 06:21:23 +00:00
Disable brakeman --ensure-latest
Comment out the ensure-latest argument to allow CI to use Gemfile.lock. Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
require "rubygems"
|
||||
require "bundler/setup"
|
||||
|
||||
ARGV.unshift("--ensure-latest")
|
||||
# Disable so CI listens to Gemfile.lock
|
||||
# ARGV.unshift("--ensure-latest")
|
||||
|
||||
load Gem.bin_path("brakeman", "brakeman")
|
||||
|
||||
Reference in New Issue
Block a user