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:23:04 -0800
commite967909c9e5ca426031b44f453b18c3f17ec382b (patch)
treee16bc865622600847fa931df5afbba7a5eac6984
parent0ec33ed599901bc779bffa24d2d34bfb9795f4ef (diff)
downloadchef-e967909c9e5ca426031b44f453b18c3f17ec382b.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 a3e020b4c3..b927860fdb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,6 +49,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