Skip to content

Commit 0ddf0a2

Browse files
committed
drop installing slim and coffee-rails when running brakeman
1 parent db33ee4 commit 0ddf0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ fi
2929
# Brakeman is a security scanner
3030
# https://github.com/presidentbeef/brakeman.
3131
echo " ---> Running breakman"
32-
gem install brakeman slim coffee-rails
32+
gem install brakeman
3333
brakeman --run-all-checks --exit-on-warn --ignore-config config/brakeman.ignore .

0 commit comments

Comments
 (0)