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
commitbdabeb9fbd9df85e8dd84c1a81ffeded1eedbe82 (patch)
tree7e200067831753ecc7615abe94f591443215c722
parent9a35a9b5804561033b712fddc65b5f9c4b0d5edc (diff)
downloadchef-bdabeb9fbd9df85e8dd84c1a81ffeded1eedbe82.tar.gz
Test Chef with new Ohai that does not use ruby-wmi
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index e3afa25b14..1418235ebc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,9 +3,6 @@ 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-lite'
-gem 'wmi-lite', :git => 'https://github.com/opscode/wmi-lite.git', :branch => 'master'
-
group(:docgen) do
gem "yard"
end