summaryrefslogtreecommitdiff
path: root/ohai.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2015-11-25 15:29:26 -0800
committerTim Smith <tsmith@chef.io>2015-11-25 15:29:26 -0800
commitcc6fa2431599a6e127917d310e2817a991ec985b (patch)
tree58063c428b93d5eb0ef92bac01d2af26bd84eb7e /ohai.gemspec
parent128595d3fac5cea04d5cde8e9e7ac904b5a1db0d (diff)
parent2909cf43262e48f1dbdf76c72dfb2d570e7e7ee6 (diff)
downloadohai-cc6fa2431599a6e127917d310e2817a991ec985b.tar.gz
Merge pull request #627 from chef/tc/tale-of-two-chefs
Removed chef as development_dependency in gemspec as it is already li…
Diffstat (limited to 'ohai.gemspec')
-rw-r--r--ohai.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 46c8dfd4..f383be12 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec-mocks", "~> 3.0"
s.add_development_dependency "rspec-collection_matchers", "~> 1.0"
s.add_development_dependency "rspec_junit_formatter"
- s.add_development_dependency "chef"
+
s.bindir = "bin"
s.executables = %w(ohai)