summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authoradamedx <adamed@opscode.com>2014-05-18 23:15:48 -0700
committeradamedx <adamed@opscode.com>2014-05-18 23:16:05 -0700
commite7d9b42ab507a93624508f0b1bb317258f1a5415 (patch)
treeaedb366a50e021da345858acb3ff3e503a749efc /Gemfile
parentb71d472b011cfd107ff22751d06aa3ca3e71a979 (diff)
downloadohai-e7d9b42ab507a93624508f0b1bb317258f1a5415.tar.gz
Move wmi-lite to pre-release RubyGems gemspec instead of git dependency
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 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"