Merge pull request #3970 from inspec/ed25519

Add ed25519 gems in the omnibus group
This commit is contained in:
Miah Johnson 2019-04-22 18:17:01 -07:00 committed by GitHub
commit abc905b765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@ gem 'ffi', '>= 1.9.14'
group :omnibus do
gem 'rb-readline'
gem 'appbundler'
gem 'ed25519' # ed25519 ssh key support done here as its a native gem we can't put in the gemspec
gem 'bcrypt_pbkdf' # ed25519 ssh key support done here as its a native gem we can't put in the gemspec
end
group :test do