diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-04 10:31:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 10:31:16 -0700 |
commit | 8d27917fb40aefcccdc1d04057c352e42c91f9f7 (patch) | |
tree | 1630c4d4d5bb5966849c5a0dabf7b1b618890405 | |
parent | 928abf3e72ef9759551d80a23a4fc79730d2aa60 (diff) | |
parent | 6c07ccc09b94acbb5f0d7e601ecb4dd3f6bc900c (diff) | |
download | chef-8d27917fb40aefcccdc1d04057c352e42c91f9f7.tar.gz |
Merge pull request #10385 from chef/bumps
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 14 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ff0bc3c394..5c3da5bce9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ GIT remote: https://github.com/chef/chefstyle.git - revision: b6597339b3b670c50329af0a44017c91eb468477 + revision: 60af74b74133400864b8f792cd2dae5724190a54 branch: master specs: - chefstyle (1.3.1) - rubocop (= 0.89.1) + chefstyle (1.3.2) + rubocop (= 0.90) GIT remote: https://github.com/chef/ohai.git - revision: 565c0510b126c82d94262d18c6e6932cf35981ee + revision: 80737ed68405edc8616b7bbe21f7cf0beb33c56f branch: master specs: ohai (16.4.13) @@ -160,7 +160,7 @@ GEM mixlib-log (>= 2.0, < 4.0) rack (~> 2.0, >= 2.0.6) uuidtools (~> 2.1) - cheffish (16.0.8) + cheffish (16.0.9) chef-zero (>= 14.0) net-ssh coderay (1.1.3) @@ -293,7 +293,7 @@ GEM pry-stack_explorer (0.5.1) binding_of_caller (~> 0.7) pry (~> 0.13) - public_suffix (4.0.5) + public_suffix (4.0.6) rack (2.2.3) rainbow (3.0.0) rake (13.0.1) @@ -319,7 +319,7 @@ GEM rspec_junit_formatter (0.2.3) builder (< 4) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.89.1) + rubocop (0.90.0) parallel (~> 1.10) parser (>= 2.7.1.1) rainbow (>= 2.2.2, < 4.0) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 782ea8a287..32f7183aa9 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: 0f93174d58ae94f42c75b285a20e1f83381b864c + revision: 22ce15145e83cefbe8ae8603bacf8a340e274715 branch: master specs: - omnibus (7.0.23) + omnibus (7.0.24) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) chef-sugar (>= 3.3) @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 379f9c7fe65e867af2b69b28b2ced739526f9842 + revision: e55d20a73bf8641c5fd009d90747ee9ad05192f1 branch: master specs: omnibus-software (4.0.0) @@ -32,7 +32,7 @@ GEM artifactory (3.0.15) awesome_print (1.8.0) aws-eventstream (1.1.0) - aws-partitions (1.360.0) + aws-partitions (1.364.0) aws-sdk-core (3.105.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -270,7 +270,7 @@ GEM zhexdump (>= 0.0.2) plist (3.5.0) proxifier (1.0.3) - public_suffix (4.0.5) + public_suffix (4.0.6) rack (2.2.3) rainbow (3.0.0) retryable (3.0.5) |