Skip to content

Commit

Permalink
Merge pull request #28 from paulczar/patch-1
Browse files Browse the repository at this point in the history
updated depedency on net-ssh to match vagrant 1.4
  • Loading branch information
andrewgross committed Dec 10, 2013
2 parents bda70d6 + 78b2a63 commit f54bfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant-chef-zero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|

# Explicit locks to ensure we activate the proper gem versions for Vagrant
s.add_dependency 'i18n', '~> 0.6.0'
s.add_dependency 'net-ssh', '~> 2.6.6'
s.add_dependency "net-ssh", ">= 2.6.6", "< 2.8.0"
s.add_dependency 'net-scp', '~> 1.1.0'

s.add_development_dependency "mocha"
Expand Down

0 comments on commit f54bfbf

Please sign in to comment.