From 6fcf915c60387405eac503eef2b197678392c6bd Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Mon, 22 Mar 2021 23:30:55 +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