Merge pull request #4358 from inspec/snappj/add-artifactory-to-omnibus-gemfile

[ci] Add artifactory to omnibus/Gemfile
This commit is contained in:
Jeremiah Snapp 2019-08-02 17:49:47 -04:00 committed by GitHub
commit 38bb5bbaf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ source "https://rubygems.org"
gem "omnibus", git: "https://github.com/chef/omnibus", branch: "master"
gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "master"
gem "artifactory"
# This development group is installed by default when you run `bundle install`,
# but if you are using Omnibus in a CI-based infrastructure, you do not need