From 9eff1c31d267b1ff88a4387c2921773bc5189f7b Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Mon, 22 Mar 2021 23:32:52 +0100 Subject: [PATCH] add dependency to chef-config for CI the gem chef-config is contained in both repos rubygems.org and cinc-project. This seems to confuse bundler when installing gems. Signed-off-by: Martin Schurz --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 804ca3a..a076fc4 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,6 @@ group :tools do end source 'https://packagecloud.io/cinc-project/stable' do + gem 'chef-config' gem 'cinc-auditor-bin' end