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

12 lines
229 B
Diff
Raw Normal View History

2017-09-11 21:06:55 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-03-18 12:27:51 +05:30
@@ -390,7 +390,7 @@
2017-09-11 21:06:55 +05:30
# Required for ED25519 SSH host key support
group :ed25519 do
2018-03-18 12:27:51 +05:30
gem 'rbnacl-libsodium'
- gem 'rbnacl', '~> 4.0'
+ gem 'rbnacl', '~> 5.0'
2017-09-11 21:06:55 +05:30
gem 'bcrypt_pbkdf', '~> 1.0'
end