summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b927860fdb..0e73212727 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,7 +51,7 @@ end
group(:ed25519) do
gem "rbnacl-libsodium"
- gem "rbnacl"
+ gem "rbnacl", "~> 5.0" # pin to 5.x until we can replace rbnacl-libsodium
gem "bcrypt_pbkdf"
end