diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-20 16:18:03 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-20 16:18:03 -0700 |
commit | 9b5457f00d6af2f91c744a5d842d3ca35d3eaa07 (patch) | |
tree | 75ac4e6893de9aabfc2dd3b4e831e9e8ef596a8f /omnibus | |
parent | dc3928deedd681fe50b02620af942f6b08010d58 (diff) | |
download | chef-9b5457f00d6af2f91c744a5d842d3ca35d3eaa07.tar.gz |
Move some of the ruby-cleanup logic into omnibus-software
Bump the deps to current to bring in the latest omnibus that includes some of this cleanup natively
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 8 | ||||
-rw-r--r-- | omnibus/config/software/more-ruby-cleanup.rb | 21 |
2 files changed, 4 insertions, 25 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 44ad6fea49..4cbf28836e 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 1b490aa4e6a5b224d98d07d72cdf90cb2f132576 + revision: eb8812bd870f3f268a7bef0448f84151eb0ccde9 branch: master specs: omnibus-software (4.0.0) @@ -32,7 +32,7 @@ GEM artifactory (3.0.12) awesome_print (1.8.0) aws-eventstream (1.1.0) - aws-partitions (1.297.0) + aws-partitions (1.299.0) aws-sdk-core (3.94.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -41,11 +41,11 @@ GEM aws-sdk-kms (1.30.0) aws-sdk-core (~> 3, >= 3.71.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.61.2) + aws-sdk-s3 (1.62.0) aws-sdk-core (~> 3, >= 3.83.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) - aws-sigv4 (1.1.1) + aws-sigv4 (1.1.2) aws-eventstream (~> 1.0, >= 1.0.2) bcrypt_pbkdf (1.0.1) bcrypt_pbkdf (1.0.1-x64-mingw32) diff --git a/omnibus/config/software/more-ruby-cleanup.rb b/omnibus/config/software/more-ruby-cleanup.rb index fd0c3533bc..5ffbb43452 100644 --- a/omnibus/config/software/more-ruby-cleanup.rb +++ b/omnibus/config/software/more-ruby-cleanup.rb @@ -31,26 +31,15 @@ build do files = %w{ *.blurb *Upgrade.md - .appveyor.yml - .autotest - .circleci - .github - .kokoro - .simplecov - .tool-versions - Appraisals autotest autotest/* bench benchmark benchmarks - bundle_install_all_ruby_versions.sh - concourse design_rationale.rb doc doc-api docs - donate.png ed25519.png example examples @@ -59,28 +48,18 @@ build do frozen_old_spec Gemfile.devtools Gemfile.lock - Gemfile.travis INSTALL.txt - logo.png man minitest - NEWS.md on_what.rb rakelib - README.euc - release-script.txt - run_specs_all_ruby_versions.sh sample samples - SECURITY.md site - SPEC.rdoc test tests - travis_build_script.sh vendor VERSION - warning.txt website yard-template } |