Skip to content

Commit

Permalink
increase net-ssh-multi requirement to ~> 1.1.0, fixing CHEF-2300 and …
Browse files Browse the repository at this point in the history
…possibly CHEF-1137
  • Loading branch information
Lamont Granquist authored and btm committed Jun 4, 2011
1 parent bdc4033 commit f472168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chef-server-api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
mixlib-log (>= 1.3.0)
moneta
net-ssh (~> 2.1.3)
net-ssh-multi (~> 1.0.1)
net-ssh-multi (~> 1.1.0)
ohai (>= 0.5.7)
rest-client (< 1.7.0, >= 1.0.4)
treetop (~> 1.4.9)
Expand Down Expand Up @@ -65,7 +65,7 @@ GEM
net-ssh (2.1.3)
net-ssh-gateway (1.0.1)
net-ssh (>= 1.99.1)
net-ssh-multi (1.0.1)
net-ssh-multi (1.1.0)
net-ssh (>= 1.99.2)
net-ssh-gateway (>= 0.99.0)
nokogiri (1.4.4)
Expand Down
2 changes: 1 addition & 1 deletion chef/chef.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency "json", ">= 1.4.4", "<= 1.5.2"
s.add_dependency "treetop", "~> 1.4.9"
s.add_dependency "net-ssh", "~> 2.1.3"
s.add_dependency "net-ssh-multi", "~> 1.0.1"
s.add_dependency "net-ssh-multi", "~> 1.1.0"
%w{erubis moneta highline uuidtools}.each { |gem| s.add_dependency gem }

s.bindir = "bin"
Expand Down

0 comments on commit f472168

Please sign in to comment.