diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-23 17:16:50 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 17:17:44 -0700 |
commit | b43a79754727dd14710eb48fce0f4e6d242375e5 (patch) | |
tree | 53281f08ce60d085ba0dacd7944088bfc8307952 /omnibus | |
parent | 8430221ba42c930c04fa46245fdfeb2309783891 (diff) | |
download | chef-b43a79754727dd14710eb48fce0f4e6d242375e5.tar.gz |
Move ed25519 gems into omnibused25519
We had to move this out of train as they were causing installation failures for inspec. This change makes sure we get them into our omnibus package.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index aa883ab1f3..db2232b90c 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -195,7 +195,7 @@ GEM mixlib-log mixlib-authentication (2.1.1) mixlib-cli (2.0.3) - mixlib-config (2.2.18) + mixlib-config (3.0.1) tomlrb mixlib-install (3.11.12) mixlib-shellout |