summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2014-05-03 00:26:58 -0700
committersersut <serdar@opscode.com>2014-05-30 13:05:48 -0700
commit4d0879f67de2af0b3047ad4dda67fa2f6bd6dae0 (patch)
treea8f214a6e72784409d9812d24a3d4f45a8418659
parente0c2469f3af617c34f13a32cc8b0490204be7979 (diff)
downloadchef-4d0879f67de2af0b3047ad4dda67fa2f6bd6dae0.tar.gz
Test Chef with new Ohai that does not use ruby-wmi
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1418235ebc..3a8889bdc8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,8 @@ gemspec :name => "chef"
gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
+gem 'ohai', :git => 'https://github.com/opscode/ohai.git', :branch => 'adamed/wmi'
+
group(:docgen) do
gem "yard"
end