summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2014-05-13 15:01:30 -0700
committeradamedx <adamed@opscode.com>2014-05-18 23:16:05 -0700
commitdd1f12c74bec1327d5c788ad32c2b8b1ff13bf3e (patch)
tree80ea108343c3954cb360120b6856f7857cfbe2db /Gemfile
parent485375c5c2e0ecd214491cd8a6af0fc58bad89af (diff)
downloadohai-dd1f12c74bec1327d5c788ad32c2b8b1ff13bf3e.tar.gz
Use wmi-lite gem dependency for wmi access
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index baf5d9b7..f549f00c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,8 @@ source "https://rubygems.org"
gemspec
+gem 'wmi-lite', :git => 'https://github.com/opscode/wmi-lite.git', :branch => 'master'
+
group :development do
gem "sigar", :platform => "ruby"