From 9fd91ae1ec15a3740fb8ead67b942ba42971722f Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Thu, 5 Nov 2020 16:49:04 -0800 Subject: Move inspec-core to top level of the Gemfile for CI. Signed-off-by: Pete Higgins --- Gemfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 34f9423d8c..3c0056c15e 100644 --- a/Gemfile +++ b/Gemfile @@ -24,10 +24,11 @@ gem "cheffish", ">= 14" gem "chef-telemetry", ">=1.0.8" # 1.0.8 removes the http dep +gem "inspec-core", "~> 4.23" + group(:omnibus_package) do gem "appbundler" gem "rb-readline" - gem "inspec-core", "~> 4.23" gem "inspec-core-bin", "~> 4.23" # need to provide the binaries for inspec gem "chef-vault" end @@ -54,8 +55,6 @@ group(:development, :test) do gem "rspec" gem "webmock" gem "fauxhai-ng" # for chef-utils gem - # TODO: Figure out the proper way to depend on inspec so that CI doesn't fail. - gem "inspec-core", "~> 4.18" end group(:chefstyle) do -- cgit v1.2.1