diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-02-07 10:23:04 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-02-07 10:26:11 -0800 |
commit | 26b747fcd00ade7e4b7af9dfbe24a13b73d3cb55 (patch) | |
tree | b71457f3ad2b84f8caf2327dd4b4e255d31da5eb /Gemfile | |
parent | cc716085ff184e7047a8b97ed6e567a3c8bd0d09 (diff) | |
download | chef-26b747fcd00ade7e4b7af9dfbe24a13b73d3cb55.tar.gz |
add ed25519 gemset and update ominbus-software
fixes #8170
gems do not ship on solaris because they do not compile
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -46,6 +46,12 @@ group(:ruby_shadow) do gem "ruby-shadow", platforms: :ruby end +group(:ed25519) do + gem "rbnacl-libsodium" + gem "rbnacl" + gem "bcrypt_pbkdf" +end + group(:development, :test) do # we pin rake as a copy of rake is installed from the ruby source # if you bump the ruby version you should confirm we don't end up with |