debian-mirror-gitlab/debian/patches/0300-relax-rbnacl.patch
2018-05-09 12:38:34 +05:30

11 lines
229 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -399,7 +399,7 @@
# Required for ED25519 SSH host key support
group :ed25519 do
gem 'rbnacl-libsodium'
- gem 'rbnacl', '~> 4.0'
+ gem 'rbnacl', '~> 5.0'
gem 'bcrypt_pbkdf', '~> 1.0'
end