Do not depend on inspec-bin from Gemfile

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-04-29 11:55:38 -04:00 committed by tyler-ball
parent 2a4f3a168d
commit 32950a05b9

View file

@ -5,9 +5,6 @@ gem 'inspec', path: '.'
gem 'ffi', '>= 1.9.14'
# Include the Chef-branded inspec executable here, as we can't put it in the gem
gem 'inspec-bin', path: 'inspec-bin'
group :omnibus do
gem 'rb-readline'
gem 'appbundler'