summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-12-19 16:22:34 -0800
committerDaniel DeLeo <dan@opscode.com>2011-12-19 16:22:34 -0800
commitb83c2d43a28352ebfc2143a7f576cb174afd2666 (patch)
tree94567c17873abce6c29c26744a012172b5ac9f77 /Gemfile
parent8fdc3158c600f69b76cab644e4062e15bb25c25f (diff)
downloadohai-b83c2d43a28352ebfc2143a7f576cb174afd2666.tar.gz
hiding sigar from windows builds
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a1b93f3e..5ceb9d15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,6 @@
source :rubygems
gemspec
+
+gem "sigar", :group => :development, :platform => "ruby"
+