summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-02-07 10:23:04 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2019-02-07 10:26:11 -0800
commit26b747fcd00ade7e4b7af9dfbe24a13b73d3cb55 (patch)
treeb71457f3ad2b84f8caf2327dd4b4e255d31da5eb
parentcc716085ff184e7047a8b97ed6e567a3c8bd0d09 (diff)
downloadchef-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>
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 124b631320..56ff082bee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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