summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-16 14:21:37 -0700
committerTim Smith <tsmith@chef.io>2019-04-19 10:19:21 -0700
commit352376df6724d6ce9a7654ceb9b248b4ffee5c5d (patch)
tree90b8a271ef858df483fee4342c9269b1a04ee423 /chef.gemspec
parentff643b03cc1179db94a5ebd00f5e2b77de569c91 (diff)
downloadchef-352376df6724d6ce9a7654ceb9b248b4ffee5c5d.tar.gz
Bump highline and net-ssh pins and pull inspec from git
Highline 1.7 is out and seems reasonable for our minimal highline usage Pulling inspec from git for now allows us to use the latest train which allows for the new net-ssh New net-ssh allows for new key formats Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 5fef206d64..9a2952c7e5 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -26,10 +26,10 @@ Gem::Specification.new do |s|
s.add_dependency "ffi", "~> 1.9", ">= 1.9.25"
s.add_dependency "ffi-yajl", "~> 2.2"
- s.add_dependency "net-ssh", "~> 4.2"
+ s.add_dependency "net-ssh", ">= 4.2", "< 6"
s.add_dependency "net-ssh-multi", "~> 1.2", ">= 1.2.1"
s.add_dependency "net-sftp", "~> 2.1", ">= 2.1.2"
- s.add_dependency "highline", "~> 1.6", ">= 1.6.9"
+ s.add_dependency "highline", ">= 1.6.9", "< 2"
s.add_dependency "tty-screen", "~> 0.6" # knife list
s.add_dependency "erubis", "~> 2.7"
s.add_dependency "diff-lcs", "~> 1.2", ">= 1.2.4"