Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-08-22 16:36:17 +0300
committerNick Thomas <nick@gitlab.com>2017-08-22 17:23:46 +0300
commitdacca321af806c4955dd32d6402cb38044fa2b00 (patch)
treeef5f4a90a1985ad825eeaddec0aa718e81812679 /Gemfile
parentce89c425fe51d2317322350bbd8a364c08d97d21 (diff)
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