diff options
author | Nick Thomas <nick@gitlab.com> | 2017-08-22 14:36:17 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-08-22 15:23:46 +0100 |
commit | dacca321af806c4955dd32d6402cb38044fa2b00 (patch) | |
tree | ef5f4a90a1985ad825eeaddec0aa718e81812679 /Gemfile | |
parent | ce89c425fe51d2317322350bbd8a364c08d97d21 (diff) | |
download | gitlab-ce-dacca321af806c4955dd32d6402cb38044fa2b00.tar.gz |
Update the rbnacl gem to 4.0.2
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |