summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-17 09:50:14 +0100
committerTim Smith <tsmith@chef.io>2018-10-17 09:50:14 +0100
commit4678ce7644fca51333a67aecc2dfa374e5c2c9f7 (patch)
tree97855ca2a468c47155f96b724d08056a54c95b4c
parent7854fa2b3c0872127899a1aef47878c7b20d060c (diff)
downloadchef-4678ce7644fca51333a67aecc2dfa374e5c2c9f7.tar.gz
Update omnibus to use ruby-cleanup definitionomnibus_def
This was renamed Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--omnibus/Gemfile.lock8
-rw-r--r--omnibus/config/projects/chef.rb2
2 files changed, 5 insertions, 5 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index e643d53aa8..9a8a008453 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -18,7 +18,7 @@ GIT
GIT
remote: https://github.com/chef/omnibus-software
- revision: a2ee7a44bfb67203001e82b893cbab4cd3e33a75
+ revision: 1736d68a4efe36db6287c34b1d9d3c8226dfd4f3
branch: master
specs:
omnibus-software (4.0.0)
@@ -33,7 +33,7 @@ GEM
awesome_print (1.8.0)
aws-eventstream (1.0.1)
aws-partitions (1.105.0)
- aws-sdk-core (3.30.0)
+ aws-sdk-core (3.31.0)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
@@ -191,7 +191,7 @@ GEM
multi_json (~> 1.10)
method_source (0.9.0)
minitar (0.6.1)
- mixlib-archive (0.4.16)
+ mixlib-archive (0.4.18)
mixlib-log
mixlib-authentication (2.1.1)
mixlib-cli (1.7.0)
@@ -338,7 +338,7 @@ GEM
structured_warnings
windows-api (0.4.4)
win32-api (>= 1.4.5)
- winrm (2.2.3)
+ winrm (2.3.0)
builder (>= 2.1.2)
erubis (~> 2.7)
gssapi (~> 1.2)
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 78301b59b5..4efaa57424 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -68,7 +68,7 @@ if windows?
dependency "ruby-windows-devkit-bash"
end
-dependency "chef-cleanup"
+dependency "ruby-cleanup"
package :rpm do
signing_passphrase ENV["OMNIBUS_RPM_SIGNING_PASSPHRASE"]