mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Merge pull request #3970 from inspec/ed25519
Add ed25519 gems in the omnibus group
This commit is contained in:
commit
abc905b765
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue