diff --git a/.codeclimate.yml b/.codeclimate.yml index 2b1e74032..7c2429aac 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,7 @@ version: "2" plugins: + brakeman: + enabled: true brakeman: enabled: true bundler-audit: diff --git a/Gemfile.lock b/Gemfile.lock index fb1585b7e..7268b9063 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,9 +195,10 @@ GEM ffi (1.12.2) font-awesome-sass (5.13.0) sassc (>= 1.11) - foundation-rails (5.5.2.1) + foundation-rails (6.6.1.0) railties (>= 3.1.0) - sass (>= 3.3.0, < 3.5) + sass (>= 3.3.0) + sprockets-es6 (>= 0.9.0) gh (0.17.0) activesupport (~> 5.0) addressable (~> 2.4)