summaryrefslogtreecommitdiff
path: root/chef/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'chef/Rakefile')
-rw-r--r--chef/Rakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chef/Rakefile b/chef/Rakefile
index 0e1e765557..57994e2a42 100644
--- a/chef/Rakefile
+++ b/chef/Rakefile
@@ -4,7 +4,7 @@ require 'rake/rdoctask'
require './tasks/rspec.rb'
GEM = "chef"
-CHEF_VERSION = "0.7.11"
+CHEF_VERSION = "0.7.12"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
@@ -23,9 +23,10 @@ spec = Gem::Specification.new do |s|
s.homepage = HOMEPAGE
s.add_dependency "mixlib-config", ">= 1.0.12"
+ s.add_dependency "ohai", ">= 0.3.4"
%w{mixlib-cli mixlib-log ruby-openid
json erubis extlib
- stomp ohai}.each { |gem| s.add_dependency gem }
+ stomp}.each { |gem| s.add_dependency gem }
s.bindir = "bin"
s.executables = %w( chef-client chef-solo )