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 /Gemfile | |
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 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ group(:omnibus_package) do gem "rb-readline" gem "inspec-core", ">= 4.0.0.a", "< 5" gem "chef-vault" + gem 'ed25519' # ed25519 ssh key support done here as its a native gem we can't put in train + gem 'bcrypt_pbkdf' # ed25519 ssh key support done here as its a native gem we can't put in train end group(:omnibus_package, :pry) do |