diff options
author | Tim Smith <tsmith@chef.io> | 2016-12-20 10:57:58 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-12-20 10:57:58 -0800 |
commit | 9e85c83f36165612e85118091029d4332e6ce5d0 (patch) | |
tree | 4959852edf2ad2a0f485aa4c57ec6cf1a706eb2b /Gemfile | |
parent | f6daf869b0460c8e60411010a6c2f7bb7347c915 (diff) | |
download | ohai-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-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |