about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoryhirano <yhirano@me.com>2017-05-07 09:45:34 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-07 02:45:33 +0200
commitbfbfaf9f9fbfe8e7bd9126eb664472569c044ff7 (patch)
treeef4f32f08f634fbcb457f08ed503b9b67d53dbbd /Gemfile.lock
parentdf81bc4a9745288d2eb1f6a924ceb9b79017b04f (diff)
Enable CodeClimate Brakeman checks (#2861)
* add brakeman to Gemfile

* Enable CodeClimate brakeman checks

* add config/brakeman.ignore
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index fdea95642..aba5faf49 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -67,6 +67,7 @@ GEM
       rack (>= 0.9.0)
     binding_of_caller (0.7.2)
       debug_inspector (>= 0.0.1)
+    brakeman (3.6.1)
     builder (3.2.3)
     bullet (5.5.1)
       activesupport (>= 3.0.0)
@@ -479,6 +480,7 @@ DEPENDENCIES
   aws-sdk (>= 2.0)
   better_errors
   binding_of_caller
+  brakeman (~> 3.6.0)
   bullet
   bundler-audit (~> 0.4.0)
   capistrano (= 3.8.0)