1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

bump net-ssh dependency

This commit is contained in:
geemus 2011-11-09 08:37:00 -06:00
parent 59475b38db
commit bf844bee65

View file

@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_dependency('multi_json', '~>1.0.3')
s.add_dependency('mime-types')
s.add_dependency('net-scp', '~>1.0.4')
s.add_dependency('net-ssh', '~>2.1.4')
s.add_dependency('net-ssh', '>=2.2.1')
s.add_dependency('nokogiri', '~>1.5.0')
s.add_dependency('ruby-hmac')