diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-10-15 09:39:24 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-10-15 09:39:24 -0700 |
commit | 74c56e6742c1e16c8ed26efe6d69bc7121697dfc (patch) | |
tree | fb0245c957d7e7f6cc5d8d8efbf5a95e9c89e26f | |
parent | a46f4dc8e6ab520835d18ccf6393fa4a1739ac84 (diff) | |
download | chef-74c56e6742c1e16c8ed26efe6d69bc7121697dfc.tar.gz |
Update train to 3.1.4 and update omnibus-software to fix AIX ruby
Update everything to current
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 4 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d65ed68ec9..8777477719 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -327,7 +327,7 @@ GEM thor (0.20.3) tins (1.21.1) tomlrb (1.2.8) - train-core (3.1.3) + train-core (3.1.4) json (>= 1.8, < 3.0) mixlib-shellout (>= 2.0, < 4.0) net-scp (>= 1.2, < 3.0) @@ -335,7 +335,7 @@ GEM train-winrm (0.2.5) winrm (~> 2.0) winrm-fs (~> 1.0) - tty-box (0.4.1) + tty-box (0.5.0) pastel (~> 0.7.2) strings (~> 0.1.6) tty-cursor (~> 0.7) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 725d0c856a..59fd60aab1 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 3e901694559a2f3a64105b204ed79f0ffb3410d5 + revision: 3d99fdfb590b47fe50871bbeef3bbf18c7296704 branch: master specs: omnibus-software (4.0.0) @@ -33,7 +33,7 @@ GEM artifactory (3.0.5) awesome_print (1.8.0) aws-eventstream (1.0.3) - aws-partitions (1.220.0) + aws-partitions (1.223.0) aws-sdk-core (3.68.1) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1.0) @@ -42,7 +42,7 @@ GEM aws-sdk-kms (1.24.0) aws-sdk-core (~> 3, >= 3.61.1) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.48.0) + aws-sdk-s3 (1.49.0) aws-sdk-core (~> 3, >= 3.61.1) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) @@ -219,7 +219,7 @@ GEM wmi-lite (~> 1.0) mixlib-versioning (1.2.7) molinillo (0.6.6) - multi_json (1.13.1) + multi_json (1.14.1) multipart-post (2.0.0) necromancer (0.5.0) net-scp (2.0.0) @@ -304,7 +304,7 @@ GEM net-ssh (>= 2.9, < 6.0) winrm (~> 2.0) winrm-fs (~> 1.0) - tty-box (0.4.1) + tty-box (0.5.0) pastel (~> 0.7.2) strings (~> 0.1.6) tty-cursor (~> 0.7) |