summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-08-22 14:36:17 +0100
committerNick Thomas <nick@gitlab.com>2017-08-22 15:23:46 +0100
commitdacca321af806c4955dd32d6402cb38044fa2b00 (patch)
treeef5f4a90a1985ad825eeaddec0aa718e81812679 /Gemfile
parentce89c425fe51d2317322350bbd8a364c08d97d21 (diff)
downloadgitlab-ce-dacca321af806c4955dd32d6402cb38044fa2b00.tar.gz
Update the rbnacl gem to 4.0.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a0a9dddac10..df50b61e6fb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -396,7 +396,7 @@ gem 'net-ssh', '~> 4.1.0'
# Required for ED25519 SSH host key support
group :ed25519 do
gem 'rbnacl-libsodium'
- gem 'rbnacl', '~> 3.2'
+ gem 'rbnacl', '~> 4.0'
gem 'bcrypt_pbkdf', '~> 1.0'
end