We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b13d2 commit 8afd262Copy full SHA for 8afd262
bin/ci
@@ -29,5 +29,5 @@ fi
29
# Brakeman is a security scanner
30
# https://github.com/presidentbeef/brakeman.
31
echo " ---> Running breakman"
32
-gem install --no-rdoc --no-ri brakeman slim coffee-rails
+gem install brakeman slim coffee-rails
33
brakeman --run-all-checks --exit-on-warn --ignore-config config/brakeman.ignore .
spec/dummy/app/assets/config/manifest.js
@@ -0,0 +1,2 @@
1
+//= link_directory ../stylesheets .css
2
+//= link_directory ../javascripts .js
0 commit comments