Remove "bundler-audit" gem

This commit is contained in:
Artur Beljajev 2018-06-05 05:09:25 +03:00
parent 710d5802e0
commit af0415c949
2 changed files with 0 additions and 5 deletions

View file

@ -120,7 +120,6 @@ group :development, :test do
gem 'pry', '0.10.1' gem 'pry', '0.10.1'
gem 'bullet', '4.14.7' # for finding database optimizations gem 'bullet', '4.14.7' # for finding database optimizations
gem 'bundler-audit'
gem 'brakeman', '3.6.1', require: false # for security audit' gem 'brakeman', '3.6.1', require: false # for security audit'
# tmp, otherwise conflics with breakman # tmp, otherwise conflics with breakman
# gem 'html2haml', github: 'haml/html2haml', ref: '6984f50bdbbd6291535027726a5697f28778ee8d' # gem 'html2haml', github: 'haml/html2haml', ref: '6984f50bdbbd6291535027726a5697f28778ee8d'

View file

@ -128,9 +128,6 @@ GEM
bullet (4.14.7) bullet (4.14.7)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
uniform_notifier (~> 1.9.0) uniform_notifier (~> 1.9.0)
bundler-audit (0.5.0)
bundler (~> 1.2)
thor (~> 0.18)
cancancan (1.11.0) cancancan (1.11.0)
capybara (2.14.0) capybara (2.14.0)
addressable addressable
@ -482,7 +479,6 @@ DEPENDENCIES
bootstrap-sass (= 3.3.5.1) bootstrap-sass (= 3.3.5.1)
brakeman (= 3.6.1) brakeman (= 3.6.1)
bullet (= 4.14.7) bullet (= 4.14.7)
bundler-audit
cancancan (= 1.11.0) cancancan (= 1.11.0)
capybara capybara
coderay (= 1.1.0) coderay (= 1.1.0)