diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-02 17:02:53 -0400 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-02 17:02:53 -0400 |
commit | 4646d72741695b30fc1d569434af32dca9d0b7bf (patch) | |
tree | 1e61841e9352af238c90333db007a4e09eb1d96b /omnibus/Gemfile | |
parent | 3284e9067aacbe42f96afc78b06e523b46b98d2f (diff) | |
download | chef-4646d72741695b30fc1d569434af32dca9d0b7bf.tar.gz |
Add artifactory to omnibus/Gemfile and update omnibus gem
A new version of omnibus is required and the artifactory gem
is required for the publish part of the build stage.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r-- | omnibus/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index f2d9c0fa29..6fca425e62 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -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" gem "pedump" |