summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-08-12 10:24:06 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-08-12 10:24:06 -0700
commit84fb5f3ad8942b2b45ca48ff75621916e00342a0 (patch)
tree2be0c7b9b58424c45b92f82af462b89ffea73517
parent8917446595aa1e84a9a643b85c5ac615b1d3df62 (diff)
parentf1eafeaf6b48ad85372d3cc3a8132231e9696886 (diff)
downloadchef-84fb5f3ad8942b2b45ca48ff75621916e00342a0.tar.gz
Merge pull request #3762 from juliandunn/remove-highline-comment
highline is used by core Chef; therefore remove this misleading comment
-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"