Merge branch '36806-update-rbnacl' into 'master'
Update the rbnacl gem to 4.0.2 Closes #36806 See merge request !13740
Showing
... | @@ -396,7 +396,7 @@ gem 'net-ssh', '~> 4.1.0' | ... | @@ -396,7 +396,7 @@ gem 'net-ssh', '~> 4.1.0' |
# Required for ED25519 SSH host key support | # Required for ED25519 SSH host key support | ||
group :ed25519 do | group :ed25519 do | ||
gem 'rbnacl-libsodium' | gem 'rbnacl-libsodium' | ||
gem 'rbnacl', '~> 3.2' | gem 'rbnacl', '~> 4.0' | ||
gem 'bcrypt_pbkdf', '~> 1.0' | gem 'bcrypt_pbkdf', '~> 1.0' | ||
end | end | ||
... | ... |
Please register or sign in to comment