Skip to content

Commit cd4fb3a

Browse files
committed
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 <Martin.Schurz@t-systems.com>
1 parent a2c8779 commit cd4fb3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ group :tools do
1313
end
1414

1515
source 'https://packagecloud.io/cinc-project/stable' do
16+
gem 'chef-config'
1617
gem 'cinc-auditor-bin'
1718
end

0 commit comments

Comments
 (0)