debian-mirror-gitlab/debian/patches/0038-relax-net-ssh.patch
Praveen Arimbrathodiyil 2a885bfef0 relax net-ssh
2016-01-28 02:02:33 +05:30

13 lines
410 B
Diff

Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -210,7 +210,7 @@ gem 'raphael-rails', '~> 2.1.2'
gem 'request_store', '~> 1.1'
gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'
-gem 'net-ssh', '~> 3.0.1'
+gem 'net-ssh', '>= 2.9.2'
# Metrics
group :metrics do