debian-mirror-gitlab/debian/patches/0300-relax-rbnacl.patch
2017-09-22 17:35:12 +05:30

12 lines
231 B
Diff

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