mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Try adding artifactory as git source for chef-licensing (#25)
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
477db753e8
commit
c9f935489e
1 changed files with 4 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -64,3 +64,7 @@ group :kitchen do
|
|||
gem "kitchen-dokken", ">= 2.11"
|
||||
gem "git"
|
||||
end
|
||||
|
||||
source "https://artifactory-internal.ps.chef.co/artifactory/api/gems/omnibus-gems-local/" do
|
||||
gem "chef-licensing"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue