13 lines
410 B
Diff
13 lines
410 B
Diff
Index: gitlab/Gemfile
|
|
===================================================================
|
|
--- gitlab.orig/Gemfile
|
|
+++ gitlab/Gemfile
|
|
@@ -211,7 +211,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
|