debian-mirror-gitlab/debian/patches/0300-relax-rbnacl.patch

13 lines
231 B
Diff
Raw Normal View History

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