summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-12-20 10:57:58 -0800
committerTim Smith <tsmith@chef.io>2016-12-20 10:57:58 -0800
commit9e85c83f36165612e85118091029d4332e6ce5d0 (patch)
tree4959852edf2ad2a0f485aa4c57ec6cf1a706eb2b /Gemfile
parentf6daf869b0460c8e60411010a6c2f7bb7347c915 (diff)
downloadohai-9e85c83f36165612e85118091029d4332e6ce5d0.tar.gz
Remove usage of the Sigar gemsigar
Sigar was a really cool idea, but it’s a dead project now. The data is questionable at best and not getting any better as time goes on. We should figure out how to support these platforms vs. hoping that Sigar is doing the right thing. This does remove a lot of support for HP-UX, but I seriously doubt it worked to begin with. We should do that right sometime. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4bcd5f6d..679b580b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,8 +3,6 @@ source "https://rubygems.org"
gemspec
group :development do
- gem "sigar", :platform => "ruby"
-
gem "chefstyle"
gem "overcommit", ">= 0.34.1"
gem "pry-byebug"