From 32950a05b9ecc578b82c267745e1f8578634961d Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Mon, 29 Apr 2019 11:55:38 -0400 Subject: [PATCH] Do not depend on inspec-bin from Gemfile Signed-off-by: Clinton Wolfe --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5bd1a39aa..ada08962c 100644 --- a/Gemfile +++ b/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'