about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authoryhirano <yhirano@me.com>2017-05-07 09:41:12 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-07 02:41:12 +0200
commit87588fa8947c137de1ab75d740318ffc2dfffbbf (patch)
treefafcb4781e52b6ff062f905915b8fd4fa4b7b9f5 /Gemfile
parent74036a2c9dba8fad553f13669f265340cd67279a (diff)
Enable CodeClimate Bundler-Audit checks (#2862)
* add bundler-audit to Gemfile

* Enable CodeClimate bundler-audit checks
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 54fb972ab..b74f44dfa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -86,6 +86,7 @@ group :development do
   gem 'letter_opener'
   gem 'letter_opener_web'
   gem 'rubocop', '0.46.0', require: false
+  gem 'bundler-audit', '~> 0.4.0', require: false
 
   gem 'capistrano', '3.8.0'
   gem 'capistrano-rails'