mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Do not depend on inspec-bin from Gemfile
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
2a4f3a168d
commit
32950a05b9
1 changed files with 0 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue