summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-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