summaryrefslogtreecommitdiff
path: root/chef/Rakefile
diff options
context:
space:
mode:
authorDan DeLeo <danielsdeleo@mac.com>2009-12-14 18:57:27 -0700
committerDan DeLeo <danielsdeleo@mac.com>2009-12-21 20:59:54 -0700
commit7a1230a83ca8443b57baa89c5f137cf6d4c94130 (patch)
tree63acdb41e5ca83949b54958f5c4d46a78e4fb94a /chef/Rakefile
parent7c26b7279f52c3f2ed81f20a2d5fc49cf12ae59e (diff)
downloadchef-7a1230a83ca8443b57baa89c5f137cf6d4c94130.tar.gz
tweak gemspecs to require bunny and libxml-ruby
Diffstat (limited to 'chef/Rakefile')
-rw-r--r--chef/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/Rakefile b/chef/Rakefile
index 66b3933b8f..0390100b59 100644
--- a/chef/Rakefile
+++ b/chef/Rakefile
@@ -24,6 +24,7 @@ spec = Gem::Specification.new do |s|
s.add_dependency "mixlib-config", ">= 1.0.12"
s.add_dependency "ohai", ">= 0.3.6"
+ s.add_dependency "bunny", ">= 0.6.0"
%w{mixlib-cli mixlib-log mixlib-authentication json erubis extlib amqp thor ruby-hmac deep_merge moneta}.each { |gem| s.add_dependency gem }
s.bindir = "bin"