summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@chef.io>2015-08-08 23:52:24 -0400
committerJulian C. Dunn <jdunn@chef.io>2015-08-08 23:52:24 -0400
commitf1eafeaf6b48ad85372d3cc3a8132231e9696886 (patch)
treeff416e191a2b0dcfce3a244a95d46f3fb273b15f /chef.gemspec
parent3a5e1819c4439836767a001182c1e19de1cfb7e9 (diff)
downloadchef-f1eafeaf6b48ad85372d3cc3a8132231e9696886.tar.gz
highline is used by core Chef; therefore remove this misleading comment
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 6361fb42f5..da17e8b586 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "net-ssh", "~> 2.6"
s.add_dependency "net-ssh-multi", "~> 1.1"
- # CHEF-3027: The knife-cloud plugins require newer features from highline, core chef should not.
s.add_dependency "highline", "~> 1.6", ">= 1.6.9"
s.add_dependency "erubis", "~> 2.7"
s.add_dependency "diff-lcs", "~> 1.2", ">= 1.2.4"