summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--ohai.gemspec1
2 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index f549f00c..baf5d9b7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,8 +2,6 @@ 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"
diff --git a/ohai.gemspec b/ohai.gemspec
index faef4857..20a2a31e 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-log"
s.add_dependency "mixlib-shellout", "~> 1.2"
s.add_dependency "ipaddress"
+ s.add_dependency "wmi-lite", "1.0.0.rc.0"
# Rake 10.2 drops Ruby 1.8 support, so stick to 10.1.x until chef also drops
# 1.8.