Skip to content

Commit

Permalink
Merge pull request #161 from Temikus/net_ssh_dep_break
Browse files Browse the repository at this point in the history
Locking the net-ssh for Ruby <2.0
  • Loading branch information
plribeiro3000 committed Sep 25, 2015
2 parents 774c600 + 386cca2 commit b9832a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("formatador", "~> 0.2")
spec.add_dependency("mime-types")
spec.add_dependency("net-scp", "~> 1.1")
spec.add_dependency("net-ssh", ">= 2.1.3")
spec.add_dependency("net-ssh", ">= 2.1.3", "< 3.0")

spec.add_development_dependency("coveralls")
spec.add_development_dependency("minitest")
Expand Down

0 comments on commit b9832a9

Please sign in to comment.