From 9fde84ccc3321405f702fb38142a4073f8301b37 Mon Sep 17 00:00:00 2001 From: Simeon Movchan Date: Mon, 28 Sep 2015 14:12:03 +0500 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20=D0=BE=D1=82=20net-ssh=20<=203?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit net-ssh 3.0 тянется rye и требует ruby 2.0 --- sphinx-integration.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/sphinx-integration.gemspec b/sphinx-integration.gemspec index 9d191a5..6711e67 100644 --- a/sphinx-integration.gemspec +++ b/sphinx-integration.gemspec @@ -29,6 +29,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency 'rye' gem.add_runtime_dependency 'riddle', '>= 1.5.8' gem.add_runtime_dependency 'thinking-sphinx', '= 2.0.14' + gem.add_runtime_dependency 'net-ssh', '< 3.0' # начиная с 3.0 нужен ruby 2.0 (тянется rye) gem.add_development_dependency 'rake' gem.add_development_dependency 'bundler'